Category Dimensions, Object ProDimlocation

Function ProDimlocationArrowsGet


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>
ProErrorProDimlocationArrowsGet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.
See Also
ProDimensionLocationGet

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension Location
  2. Annotations: Annotation Features and Annotations: Dimension Location

Sample Code References:

  1. pt_userguide ( UgDimLocationUtils.c )