Category Selection, Object ProSelection

Function ProSelectionDimWitnessLineGet


Description
Get dimension info when annotation is attached to its witness line.
Synopsis
#include <ProDimension.h>
ProErrorProSelectionDimWitnessLineGet(
ProSelection selection
/* (In)
Selection of the witness line.
*/
ProDimension* dimension
/* (Out)
selected dimension.
*/
int* wline_side
/* (Out)
dimension side for selected witness line
*/
ProPoint3d location
/* (Out)
attached location on witness line
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned dimension info.
PRO_TK_BAD_INPUTSInput selection is NULL.
PRO_TK_INVALID_TYPEInput selection is not of dim_witness line.

Manual References:

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