Category Drawings and detail, Object ProDrawing

Function ProDrawingDimToLinear


Description
Converts an ordinate dimension to linear. Available only in drawing mode. The drawing must be displayed.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingDimToLinear(
ProDrawing drawing
/* (In)
the drawing.
*/
ProDimension* dimension
/* (In)
ordinate dimension to be converted to linear.
*/
)
Returns
PRO_TK_BAD_INPUTSone or more of the input arguments are invalid.
PRO_TK_GENERAL_ERRORfailed to convert the ordinate dimension to linear.
PRO_TK_NO_ERRORsuccessfully converted the ordinate dimension to linear.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Drawings: Ordinate Dimensions

Sample Code References:

  1. pt_examples ( TestDimension.c )