API Documentation > Dimensions > Object ProDimlocation > Function ProDimlocationNormalGet
Function ProDimlocationNormalGet
Description
For a dimension which is of type diameter or radial, this returns the normal for the dimensioning plane. This should correspond to the axis normal to the arc being measured by the radial or diameter dimension.
Synopsis
#include <ProDimension.h>
ProDimlocationNormalGet
(
/* (In)
The dimension location object.
*/
ProVector normal
/* (Out)
The normal vector to the dimensioning plane.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The dimension is not a radial or diameter dimension.
User Guide References
Was this helpful?