API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingDimensionPathGet
Function ProDrawingDimensionPathGet
Description
Extracts the component path for a dimension shown from a solid model in the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingDimensionPathGet
(
ProDrawing drawing
/* (In)
The drawing in which the dimension is displayed.
*/
ProDimension* dimension
/* (In)
The dimension.
*/
/* (Out)
The component path.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
The dimension is not displayed in the drawing.
The function failed to obtain the shown dimension.
User Guide References
Was this helpful?