Description | ||||||||||||||
Extracts the component path for a dimension shown from a solid model in the drawing. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawing.h> | ||||||||||||||
ProError | ProDrawingDimensionPathGet | ( | ||||||||||||
ProDrawing drawing | ||||||||||||||
/* (In) | ||||||||||||||
The drawing in which the dimension is displayed. | ||||||||||||||
*/ | ||||||||||||||
ProDimension* dimension | ||||||||||||||
/* (In) | ||||||||||||||
The dimension. | ||||||||||||||
*/ | ||||||||||||||
ProAsmcomppath* path | ||||||||||||||
/* (Out) | ||||||||||||||
The component path. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|