Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataPlaneSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolAttachSet
Description
Note: This function is deprecated. Use ProGtolAttachSet() instead. Sets the annotation plane for the gtol. NOTE: If creating a new gtol, this function must be called after the placement has been assigned using ProGtoldataPlacementSet, but before the call to ProGtolCreate.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataPlaneSet(
ProGtoldata data
/* (In)
The data.
*/
ProAnnotationPlane* plane
/* (In)
The annotation plane.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Geometric Tolerances

Sample Code References:

  1. pt_examples ( TestGtol.c )
  2. pt_userguide ( UgGtolCreate.c )