I型线段选择器
更多...
#include <Routing_SelectISegment.hxx>
|
| void | GetValue (NXOpen::InferSnapType::SnapType *snapType, NXOpen::Routing::ISegment **selection1, NXOpen::View **view1, NXOpen::Point3d *point1, NXOpen::Routing::ISegment **selection2, NXOpen::View **view2, NXOpen::Point3d *point2) |
| void | GetValue (NXOpen::Routing::ISegment **selection, NXOpen::View **view, NXOpen::Point3d *point) |
| void | SetValue (NXOpen::InferSnapType::SnapType snapType, NXOpen::Routing::ISegment *selection1, NXOpen::View *view1, const NXOpen::Point3d &point1, NXOpen::Routing::ISegment *selection2, NXOpen::View *view2, const NXOpen::Point3d &point2) |
| void | SetValue (NXOpen::Routing::ISegment *selection) |
| void | SetValue (NXOpen::Routing::ISegment *selection, NXOpen::View *view, const NXOpen::Point3d &point) |
| virtual bool | Validate () |
| NXOpen::Routing::ISegment * | Value () |
| tag_t | Tag () const |
|
|
class | _SelectISegmentBuilder |
I型线段选择器
表示单个对象选择。
于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::SelectISegment::Validate |
( |
| ) |
|
|
virtual |
◆ Value()
获取被选中的对象
于NX5.0.0版本创建。
许可要求: 无