Documentação da API > Selection > Object ProSelection > Function ProSelectionDimArrowGet
Function ProSelectionDimArrowGet
Description
Get info from a selection of a dimension arrow.
Synopsis
#include <ProDimension.h>
ProSelectionDimArrowGet
(
ProSelection selection
/* (In)
Selection of the dimension arrow.
*/
ProDimension* dimension
/* (Out)
selected dimension.
*/
int* wline_side
/* (Out)
dimension side for selected arrow
*/
ProPoint3d location
/* (Out)
attached location, note this may be offset from the dimension arrow
*/
)
Returns
The function successfully returned info.
Input selection is NULL.
Input selection is not of dim arrow.
User Guide References
Isto foi útil?