Category
3D drawings and annotations
, Object
ProGtol
Function ProGtolAttachTypeGet
Description
Gets type of
ProGtolAttach.
Synopsis
#include <
ProGtolAttach.h
>
ProError
ProGtolAttachTypeGet
(
ProGtolAttach
gtol_attach
/* (In)
attach structure.
*/
ProGtolAttachType
*
type
/* (Out)
type of Attach
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
Sample Code References:
pt_examples ( TestGtol.c )