Description | ||||||||||||||
Modifies the attachment information for a reference or driven dimension created in drawing. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawing.h> | ||||||||||||||
ProError | ProDrawingDimensionAttachmentsSet | ( | ||||||||||||
ProDrawing drawing | ||||||||||||||
/* (In) | ||||||||||||||
Handle to the drawing which contains the drawing tree. | ||||||||||||||
*/ | ||||||||||||||
ProDimension* dimension | ||||||||||||||
/* (In) | ||||||||||||||
The dimension (type must be PRO_REF_DIMENSION or PRO_DIMENSION) | ||||||||||||||
*/ | ||||||||||||||
ProDimAttachment* attachments_arr | ||||||||||||||
/* (In) | ||||||||||||||
ProArray of attachments. | ||||||||||||||
*/ | ||||||||||||||
ProDimSense* dsense_arr | ||||||||||||||
/* (In) | ||||||||||||||
ProArray of dimension sense. | ||||||||||||||
*/ | ||||||||||||||
ProDimOrient orient_hint | ||||||||||||||
/* (In) | ||||||||||||||
The orientation hint for the dimension. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|