Category 3D drawings and annotations, Object ProGtol

Function ProGtolBoundaryDisplayGet


Description
Get display of Boundary modifier.
Synopsis
#include <ProGtol.h>
ProErrorProGtolBoundaryDisplayGet(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProBoolean* boundary
/* (Out)
boundary option.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_INVALID_TYPEThis type of gtol cannot have boundary modifier

Manual References:

  1. Annotations: Geometric Tolerances: Reading Geometric Tolerances
  2. Annotations: Geometric Tolerances: Reading Geometric Tolerances

Sample Code References:

  1. pt_examples ( TestGtol.c )