Documentação da API > Solids and parts > Object ProSolid > Function ProSolidDimensionToOrdinate
Function ProSolidDimensionToOrdinate
Description
Converts a linear dimension to ordinate using the base dimension specified. A Dimension must be ordinate when created first time and then converted to ordinate It will not work on dimension which were created as linear.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDimension.h>
ProSolidDimensionToOrdinate
(
ProDimension* dimension
/* (In)
linear dimension to be converted to ordinate.
*/
ProDimension* base_dimension
/* (In)
the ordinate baseline dimension to be used.
*/
)
Returns
successfully converted the linear dimension to ordinate.
one or more of the input arguments are invalid.
failed to convert the linear dimension to ordinate.
Could not modify the given item because it has read-only access.
Isto foi útil?