API 文档 > Drawings and detail > Object ProDrawing > Function ProDrawingDimAttachsGet
Function ProDrawingDimAttachsGet
DEPRECATED:
Since Wildfire 5.0
Description
Note: This function is deprecated and replaced by: ProDrawingDimAttachpointsGet().
Retrieves the attachments and the sense of the specified drawing dimension. only applicable for dimensions created in drawing mode. This function does not support drawing dimensions created from intersections of geometric entities.
Synopsis
#include <ProDrawing.h>
ProDrawingDimAttachsGet
(
ProDrawing drawing
/* (In)
the drawing.
*/
ProDimension* dimension
/* (In)
the dimension.
*/
ProSelection** p_attachments_arr
/* (Out)
pointer to a ProArray of ProSelection. Will be allocated by function. Free this using ProSelectionarrayFree().
*/
ProDimSense** p_dsense_arr
/* (Out)
pointer to a ProArray of ProDimSense. Will be allocated by function. Free this using ProArrayFree().
*/
)
Returns
one or more of the input arguments are invalid.
the dimension specified is not a valid dimension created in drawing mode.
successfully retrieved the attachments and the sense.
the dimension sense type is not supported with this function.
If the dimension is placed on intersection of two entities.
这对您有帮助吗?