选择展平图样
更多...
#include <Features_SelectFlatPattern.hxx>
|
| void | GetValue (NXOpen::Features::FlatPattern **selection, NXOpen::View **view, NXOpen::Point3d *point) |
| void | GetValue (NXOpen::InferSnapType::SnapType *snapType, NXOpen::Features::FlatPattern **selection1, NXOpen::View **view1, NXOpen::Point3d *point1, NXOpen::Features::FlatPattern **selection2, NXOpen::View **view2, NXOpen::Point3d *point2) |
| void | SetValue (NXOpen::Features::FlatPattern *selection) |
| void | SetValue (NXOpen::Features::FlatPattern *selection, NXOpen::View *view, const NXOpen::Point3d &point) |
| void | SetValue (NXOpen::InferSnapType::SnapType snapType, NXOpen::Features::FlatPattern *selection1, NXOpen::View *view1, const NXOpen::Point3d &point1, NXOpen::Features::FlatPattern *selection2, NXOpen::View *view2, const NXOpen::Point3d &point2) |
| virtual bool | Validate () |
| NXOpen::Features::FlatPattern * | Value () |
| tag_t | Tag () const |
|
|
class | _SelectFlatPatternBuilder |
选择展平图样
表示单个对象选择。
于NX5.0.0版本创建。
◆ GetValue() [1/2]
正在选择的对象,包含对象的视图和点。
于NX5.0.0版本创建。
许可要求 : 无
- 参数
-
| selection | 选中对象 |
| view | 选中对象视图 |
| point | 选中对象点 |
◆ GetValue() [2/2]
正在选择的对象,包含对象的视图、点和捕捉信息。
于NX5.0.0版本创建。
许可要求 : 无
- 参数
-
| snapType | 捕捉点类型 |
| selection1 | 第一个选中对象 |
| view1 | 第一个选中对象视图 |
| point1 | 第一个选中对象点 |
| selection2 | 第二个选中对象 |
| view2 | 第二个选中对象视图 |
| point2 | 第二个选中对象点 |
◆ SetValue() [1/3]
设置正在选择的对象
于NX5.0.0版本创建。
许可要求 : 无
- 参数
-
◆ SetValue() [2/3]
正在选择的对象,包含对象的视图和对象的点
于NX5.0.0版本创建。
许可要求 : 无
- 参数
-
| selection | 选中对象 |
| view | 选中对象视图 |
| point | 选中对象点 |
◆ SetValue() [3/3]
正在选择的对象,包含对象的视图、点和捕捉信息。
于NX5.0.0版本创建。
许可要求 : 无
- 参数
-
| snapType | 捕捉点类型 |
| selection1 | 第一个选中对象 |
| view1 | 第一个选中对象视图 |
| point1 | 第一个选中对象点 |
| selection2 | 第二个选中对象 |
| view2 | 第二个选中对象视图 |
| point2 | 第二个选中对象点 |
◆ Validate()
| virtual bool NXOpen::Features::SelectFlatPattern::Validate |
( |
| ) |
|
|
virtual |
◆ Value()
返回正在选择的对象
于NX5.0.0版本创建。
许可要求 : 无