|
NX Open C++ 参考指南 2406 v1.1
|
四点曲面构建器类 更多...
#include <FourPointSurfaceBuilder.hxx>
Public 成员函数 | |
| NXOpen::Point * | Point1 () |
| NXOpen::Point * | Point2 () |
| NXOpen::Point * | Point3 () |
| NXOpen::Point * | Point4 () |
| void | SetPoint1 (NXOpen::Point *point1) |
| void | SetPoint2 (NXOpen::Point *point2) |
| void | SetPoint3 (NXOpen::Point *point3) |
| void | SetPoint4 (NXOpen::Point *point4) |
| Public 成员函数 继承自 NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| void | Destroy () |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| NXOpen::NXObject * | GetObject () |
| NXOpen::PreviewBuilder * | PreviewBuilder () |
| void | ShowResults () |
| virtual bool | Validate () |
| Public 成员函数 继承自 NXOpen::TaggedObject | |
| tag_t | Tag () const |
友元 | |
| class | _FourPointSurfaceBuilderBuilder |
四点曲面构建器类
表示四点片体构造器
要创建此类的新实例,请使用 NXOpen::BodyCollection::CreateFourPointSurfaceBuilder
创建于 NX6.0.0。
| NXOpen::Point * NXOpen::FourPointSurfaceBuilder::Point1 | ( | ) |
返回第一个点
创建于 NX6.0.0。
许可证要求:无
| NXOpen::Point * NXOpen::FourPointSurfaceBuilder::Point2 | ( | ) |
返回第二个点
创建于 NX6.0.0。
许可证要求:无
| NXOpen::Point * NXOpen::FourPointSurfaceBuilder::Point3 | ( | ) |
返回第三个点
创建于 NX6.0.0。
许可证要求:无
| NXOpen::Point * NXOpen::FourPointSurfaceBuilder::Point4 | ( | ) |
返回第四个点
创建于 NX6.0.0。
许可证要求:无
| void NXOpen::FourPointSurfaceBuilder::SetPoint1 | ( | NXOpen::Point * | point1 | ) |
设置第一个点
创建于 NX6.0.0。
许可证要求:studio_free_form ("STUDIO FREE FORM")
| point1 | point1 |
| void NXOpen::FourPointSurfaceBuilder::SetPoint2 | ( | NXOpen::Point * | point2 | ) |
设置第二个点
创建于 NX6.0.0。
许可证要求:studio_free_form ("STUDIO FREE FORM")
| point2 | point2 |
| void NXOpen::FourPointSurfaceBuilder::SetPoint3 | ( | NXOpen::Point * | point3 | ) |
设置第三个点
创建于 NX6.0.0。
许可证要求:studio_free_form ("STUDIO FREE FORM")
| point3 | point3 |
| void NXOpen::FourPointSurfaceBuilder::SetPoint4 | ( | NXOpen::Point * | point4 | ) |
设置第四个点
创建于 NX6.0.0。
许可证要求:studio_free_form ("STUDIO FREE FORM")
| point4 | point4 |