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. |
Licensing Requirement |
|
TOOLKIT for 3D Drawings
|
Synopsis |
#include <ProDimension.h> |
ProError | ProSolidDimensionToOrdinate | ( |
| ProDimension* dimension | |
| /*
(In) |
| linear dimension to be converted to ordinate. |
| */ |
| ProDimension* base_dimension | |
| /*
(In) |
| the ordinate baseline dimension to be used. |
| */ |
) |
Returns |
|
|