控制点选择器
更多...
#include <Routing_SelectControlPoint.hxx>
|
| void | GetValue (NXOpen::InferSnapType::SnapType *snapType, NXOpen::Routing::ControlPoint **selection1, NXOpen::View **view1, NXOpen::Point3d *point1, NXOpen::Routing::ControlPoint **selection2, NXOpen::View **view2, NXOpen::Point3d *point2) |
| void | GetValue (NXOpen::Routing::ControlPoint **selection, NXOpen::View **view, NXOpen::Point3d *point) |
| void | SetValue (NXOpen::InferSnapType::SnapType snapType, NXOpen::Routing::ControlPoint *selection1, NXOpen::View *view1, const NXOpen::Point3d &point1, NXOpen::Routing::ControlPoint *selection2, NXOpen::View *view2, const NXOpen::Point3d &point2) |
| void | SetValue (NXOpen::Routing::ControlPoint *selection) |
| void | SetValue (NXOpen::Routing::ControlPoint *selection, NXOpen::View *view, const NXOpen::Point3d &point) |
| virtual bool | Validate () |
| NXOpen::Routing::ControlPoint * | Value () |
| tag_t | Tag () const |
|
|
class | _SelectControlPointBuilder |
控制点选择器
表示单个对象选择。
于NX5.0.0版本创建。
◆ GetValue() [1/2]
获取被选择的对象及其视图、点和捕捉信息。
于NX5.0.0版本创建。
许可要求: 无
- 参数
-
| snapType | 捕捉点类型 |
| selection1 | 第一个被选对象 |
| view1 | 第一个被选对象的视图 |
| point1 | 第一个被选对象上的点 |
| selection2 | 第二个被选对象 |
| view2 | 第二个被选对象的视图 |
| point2 | 第二个被选对象上的点 |
◆ GetValue() [2/2]
获取被选择的对象及其视图和点。
于NX5.0.0版本创建。
许可要求: 无
- 参数
-
| selection | 被选对象 |
| view | 被选对象的视图 |
| point | 被选对象上的点 |
◆ SetValue() [1/3]
设置被选择的对象,同时指定对象的视图、点和捕捉信息。
于NX5.0.0版本创建。
许可要求: 无
- 参数
-
| snapType | 捕捉点类型 |
| selection1 | 第一个被选对象 |
| view1 | 第一个被选对象的视图 |
| point1 | 第一个被选对象上的点 |
| selection2 | 第二个被选对象 |
| view2 | 第二个被选对象的视图 |
| point2 | 第二个被选对象上的点 |
◆ SetValue() [2/3]
设置被选择的对象
于NX5.0.0版本创建。
许可要求: 无
- 参数
-
◆ SetValue() [3/3]
设置被选择的对象,同时指定对象的视图和点
于NX5.0.0版本创建。
许可要求: 无
- 参数
-
| selection | 被选对象 |
| view | 被选对象的视图 |
| point | 被选对象上的点 |
◆ Validate()
| virtual bool NXOpen::Routing::SelectControlPoint::Validate |
( |
| ) |
|
|
virtual |
◆ Value()
获取被选择的对象
于NX5.0.0版本创建。
许可要求: 无