Category Drawings and detail, Object ProDrawing

Function ProDrawingDimensionPathGet


Description
Extracts the component path for a dimension shown from a solid model in the drawing.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingDimensionPathGet(
ProDrawing drawing
/* (In)
The drawing in which the dimension is displayed.
*/
ProDimension* dimension
/* (In)
The dimension.
*/
ProAsmcomppath* path
/* (Out)
The component path.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_NOT_DISPLAYEDThe dimension is not displayed in the drawing.
PRO_TK_GENERAL_ERRORThe function failed to obtain the shown dimension.

Manual References:

  1. Drawings: Other Drawing Dimension Properties