API Documentation > 3D drawings and annotations > Object ProDimension > Function ProDimensionOriginSideGet
Function ProDimensionOriginSideGet
Description
Identify if dimension has an origin side
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionOriginSideGet
(
ProDimension* dimension
/* (In)
The dimension
*/
int* dim_side
/* (Out)
The witness line index : 1 or 2. Function will return -1 if dimension has no origin side
*/
)
Returns
Successfully retrieved information.
The dimension object is invalid.
The Dimension has no origin side
The dimension can't have origin side.
User Guide References
Was this helpful?