Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataProfBoundarySet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolBoundaryDisplaySet
Description
Note: This function is deprecated. Use ProGtolBoundaryDisplaySet() instead. Sets the profile boundary for a gtol. This function is valid for gtols with the following types:
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataProfBoundarySet(
ProGtoldata data
/* (In)
The gtol data description
*/
ProGtolProfBoundIndex profile_idx
/* (In)
Index of the profile boundary (unilateral, bilateral, unequal)
*/
ProBoolean outside
/* (In)
Whether the tolerance refers to the outside of the profile, if profile_idx == unilateral
*/
ProGtoldataStatus* status
/* (Out)
The resulting gtol status
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_GENERAL_ERRORAn error occurred and the function failed.

Sample Code References:

  1. pt_examples ( TestGtol.c )