Category Selection, Object ProSelection

Function ProSelectionDimArrowGet


Description
Get info from a selection of a dimension arrow.
Synopsis
#include <ProDimension.h>
ProErrorProSelectionDimArrowGet(
ProSelection selection
/* (In)
Selection of the dimension arrow.
*/
ProDimension* dimension
/* (Out)
selected dimension.
*/
int* wline_side
/* (Out)
dimension side for selected arrow
*/
ProPoint3d location
/* (Out)
attached location, note this may be offset from the dimension arrow
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned info.
PRO_TK_BAD_INPUTSInput selection is NULL.
PRO_TK_INVALID_TYPEInput selection is not of dim arrow.

Manual References:

  1. Annotations: Annotation Features and Annotations: Visiting Dimensions
  2. Annotations: Annotation Features and Annotations: Visiting Dimensions