Description | ||||||||
Get make dim information from gtol attach | ||||||||
Synopsis | ||||||||
#include <ProGtolAttach.h> | ||||||||
ProError | ProGtolAttachMakeDimGet | ( | ||||||
ProGtolAttach gtol_attach | ||||||||
/* (In) | ||||||||
attach structure. | ||||||||
*/ | ||||||||
ProAnnotationPlane* plane | ||||||||
/* (Out) | ||||||||
annotation plane. | ||||||||
*/ | ||||||||
ProDimAttachment** attachments_arr | ||||||||
/* (Out) | ||||||||
ProArray of pair of selections. | ||||||||
*/ | ||||||||
ProDimSense** dsense_arr | ||||||||
/* (Out) | ||||||||
ProArray of ProDimSense | ||||||||
*/ | ||||||||
ProDimOrient* orient_hint | ||||||||
/* (Out) | ||||||||
orientation hint | ||||||||
*/ | ||||||||
Pro3dPnt location | ||||||||
/* (Out) | ||||||||
text location. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|