API Documentation > Selection > Object ProSelection > Function ProSelectionDimWitnessLineSet
Function ProSelectionDimWitnessLineSet
Description
Set dimension info when annotation is attached to its witness line.
Synopsis
#include <ProDimension.h>
ProSelectionDimWitnessLineSet
(
ProDimension* dimension
/* (In)
Selected dimension.
*/
int wline_side
/* (In)
Dimension side for selected witness line The witness line index : 1 or 2.
*/
ProPoint3d location
/* (In)
attached location on witness line value
*/
ProSelection* selection
/* (Out)
Selection of the dimension witness line where other annotation is attached.
*/
)
Returns
The function succeeded.
Input Dim, Location or wline_side is NULL or the wline_side is not either 1 or 2.
Was this helpful?