Category Selection, Object ProSelection

Function ProSelectionDimWitnessLineSet


Description
Set dimension info when annotation is attached to its witness line.
Synopsis
#include <ProDimension.h>
ProErrorProSelectionDimWitnessLineSet(
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
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSInput Dim, Location or wline_side is NULL or the wline_side is not either 1 or 2.