|
NX Open C++ 参考指南 2406 v1.1
|
测地点构建器 更多...
#include <Features_GeodesicPointBuilder.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 | _GeodesicPointBuilderBuilder |
测地点构建器
表示用于GeodesicPoint命令的 NXOpen::Features::GeodesicPoint 构建器。
要创建此类的新实例,请使用 NXOpen::Features::GeodesicSketchCollection::CreateGeodesicPointBuilder
在NX10.0.0中创建。
| NXOpen::Point * NXOpen::Features::GeodesicPointBuilder::Point | ( | ) |
返回测地点
在NX10.0.0中创建。
许可证要求:无
| void NXOpen::Features::GeodesicPointBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
设置测地点
在NX10.0.0中创建。
许可证要求:solid_modeling("SOLIDS MODELING")
| point | 点 NXOpen::Point |