Function ProDrawingDimToLinear
Description
Converts an ordinate dimension to linear. Available only in drawing mode. The drawing must be displayed.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingDimToLinear
(
ProDrawing drawing
/* (In)
the drawing.
*/
ProDimension* dimension
/* (In)
ordinate dimension to be converted to linear.
*/
)
Returns
one or more of the input arguments are invalid.
failed to convert the ordinate dimension to linear.
successfully converted the ordinate dimension to linear.
Model is in read-only state.
Could not modify the given item because it has read-only access.
Sample Code References
User Guide References
これは役に立ちましたか?