Description | ||||||||
Returns the location of the dimension arrow heads in a dimension. Consult the online documentation for diagrams explaining where the arrow heads are located for each dimension type. | ||||||||
Synopsis | ||||||||
#include <ProDimension.h> | ||||||||
ProError | ProDimlocationArrowsGet | ( | ||||||
ProDimlocation data | ||||||||
/* (In) | ||||||||
The dimension location data, extracted using ProDimensionLocationGet(). | ||||||||
*/ | ||||||||
ProPoint3d arrow_1 | ||||||||
/* (Out) | ||||||||
The location, in model coordinates, of the first dimension arrowhead. This location is based upon no scaling being applied to the model. See ProDimensionLocationGet() for more information. Pass NULL when not interested in this output. | ||||||||
*/ | ||||||||
ProPoint3d arrow_2 | ||||||||
/* (Out) | ||||||||
The location, in model coordinates, of the second dimension arrowhead. Should be ignored if the dimension type would have only one arrowhead. This location is based upon no scaling being applied to the model. See ProDimensionLocationGet() for more information. Pass NULL if not interested in this output. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProDimensionLocationGet |