Function ProDimensionAttachmentsGet
Description
Retrieves the attachment information for a reference or driven dimension.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDimension.h>
ProDimensionAttachmentsGet
(
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
The function succeeded.
One or more of the input arguments are invalid.
The input dimension is invalid (non-driven).
User Guide References
¿Fue esto útil?