Category Solids and parts, Object ProSolid

Function ProSolidDimensionToLinear


Description
Converts an ordinate dimension to linear.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProSolidDimensionToLinear(
ProDimension* dimension
/* (In)
ordinate dimension to be converted to linear.
*/
)
Returns
PRO_TK_NO_ERRORsuccessfully converted the ordinate dimension to linear.
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_CANT_WRITECould not modify the given item because it has read-only access.