API 文件集 > Selection > Object ProSelection > Function ProSelectionDimArrowSet
Function ProSelectionDimArrowSet
Description
Fill selection for the case of (offset to) a dimension arrow.
Synopsis
#include <ProDimension.h>
ProSelectionDimArrowSet
(
ProDimension* dimension
/* (In)
Selected dimension.
*/
int wline_side
/* (In)
Dimension side for selected arrow (1 or 2)
*/
ProPoint3d location
/* (In)
attached location, which may be offset from the dimension arrow
*/
ProSelection* selection
/* (Out)
Selection of the dimension arrow
*/
)
Returns
The function succeeded.
Input dimension or location is NULL or the wline_side is not either 1 or 2.
這是否有幫助?