Category
3D drawings and annotations
, Object
ProGtol
Function ProGtolBoundaryDisplayGet
Description
Get display of Boundary modifier.
Synopsis
#include <
ProGtol.h
>
ProError
ProGtolBoundaryDisplayGet
(
ProGtol
*
gtol
/* (In)
valid gtol.
*/
ProBoolean
*
boundary
/* (Out)
boundary option.
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
The input argument is invalid.
PRO_TK_INVALID_TYPE
This type of gtol cannot have boundary modifier
Manual References:
Annotations: Geometric Tolerances: Reading Geometric Tolerances
Annotations: Geometric Tolerances: Reading Geometric Tolerances
Sample Code References:
pt_examples ( TestGtol.c )