|
NX Open C++ 参考指南 2406 v1.1
|
点特征构建器 更多...
#include <Features_PointFeatureBuilder.hxx>
Public 成员函数 | |
| NXOpen::Point * | Point () |
| void | SetPoint (NXOpen::Point *point) |
| Public 成员函数 继承自 NXOpen::Features::FeatureBuilder | |
| NXOpen::Features::Feature * | CommitFeature () |
| NXOpen::Features::Feature * | GetFeature () |
| void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
| bool | ParentFeatureInternal () |
| void | SetParentFeatureInternal (bool isInternal) |
| void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
| void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
| void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
| 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 | _PointFeatureBuilderBuilder |
点特征构建器
表示NXOpen::Features::PointFeatureBuilder 构建器
要创建此类的新实例,请使用NXOpen::Features::BaseFeatureCollection::CreatePointFeatureBuilder
在NX5.0.0中创建。
| NXOpen::Point * NXOpen::Features::PointFeatureBuilder::Point | ( | ) |
返回点
在NX5.0.0中创建。
许可证要求:无
| void NXOpen::Features::PointFeatureBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
设置点
在NX5.0.0中创建。
许可证要求:solid_modeling(“实体建模”)或cam_base(“CAM基础”)或geometric_tol(“GDT”)或insp_programming(“检测编程”)
| point | 点 |