Category 3D drawings and annotations, Object ProDimension

Function ProDimensionAttachmentsGet


Description
Retrieves the attachment information for a reference or driven dimension.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProDimensionAttachmentsGet(
ProDimension* dimension
/* (In)
The dimension (type must be PRO_REF_DIMENSION or PRO_DIMENSION)
*/
ProAnnotationPlane* annotation_plane
/* (Out)
The annotation plane for the dimension.
*/
ProDimAttachment** attachments_arr
/* (Out)
ProArray of attachments. Free this result using ProDimattachmentarrayFree(). Pass NULL if not interested in this output.
*/
ProDimSense** dsense_arr
/* (Out)
ProArray of dimension sense. Free this result using ProArrayFree(). Pass NULL if not interested in this output.
*/
ProDimOrient* orient_hint
/* (Out)
The orientation hint for the dimension. Pass NULL if not interested in this output.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_INVALID_ITEMThe input dimension is invalid (non-driven).

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Accessing Reference and Driven Dimensions
  3. Annotations: Annotation Features and Annotations: Accessing Reference and Driven Dimensions
  4. Annotations: Annotation Features and Annotations: Accessing Ordinate and Baseline Dimensions
  5. Annotations: Annotation Features and Annotations: Accessing Ordinate and Baseline Dimensions