Category Selection, Object ProSelection

Function ProSelectionDimArrowSet


Description
Fill selection for the case of (offset to) a dimension arrow.
Synopsis
#include <ProDimension.h>
ProErrorProSelectionDimArrowSet(
ProDimension* dimension
/* (In)
Selected dimension.
*/
int wline_side
/* (In)
Dimension side for selected arrow (1 or 2)
*/
ProPoint3d location
/* (In)
attached location, which may be offset from the dimension arrow
*/
ProSelection* selection
/* (Out)
Selection of the dimension arrow
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSInput dimension or location is NULL or the wline_side is not either 1 or 2.

Manual References:

  1. Annotations: Annotation Features and Annotations: Visiting Dimensions