Category
3D drawings and annotations
, Object
ProGtol
Function ProGtolAttachAlloc
Description
Allocates
ProGtolAttach
structure
Synopsis
#include <
ProGtolAttach.h
>
ProError
ProGtolAttachAlloc
(
ProMdl
top_model
/* (In)
Top Model
*/
ProGtolAttach
*
r_gtol_attach
/* (Out)
attach structure.
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Annotations: Geometric Tolerances: Creating a Geometric Tolerance
Sample Code References:
pt_examples ( TestGtol.c )
pt_userguide ( UgGtolCreate.c )