Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataProfBoundaryGet


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

Sample Code References:

  1. pt_examples ( TestGtol.c )