Documentación de la API > Selection > Object ProSelection > Function ProSelectionDimWitnessLineGet
Function ProSelectionDimWitnessLineGet
Description
Get dimension info when annotation is attached to its witness line.
Synopsis
#include <ProDimension.h>
ProSelectionDimWitnessLineGet
(
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
The function successfully returned dimension info.
Input selection is NULL.
Input selection is not of dim_witness line.
User Guide References
¿Fue esto útil?