Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataOwnerGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolTopModelGet
Description
Note: This function is deprecated. Use ProGtolTopModelGet() instead. Provides the model which defines the origin of ProSelection structures used to define references inside the gtol. This will either be the solid that contains the gtol (as shown by ProGtoldataModelGet() or a drawing that contains a view of that solid and was current when the gtol was created.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataOwnerGet(
ProGtoldata data
/* (In)
Pointer to the gtol data
*/
ProMdl* owner
/* (Out)
The model (part, assembly or drawing).
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestGtol.c )