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