Category Dimensions, Object ProDimlocation

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>
ProErrorProDimlocationNormalGet(
ProDimlocation location
/* (In)
The dimension location object.
*/
ProVector normal
/* (Out)
The normal vector to the dimensioning plane.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_INVALID_TYPEThe dimension is not a radial or diameter dimension.

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension Location