|
NX Open C++ 参考指南 2406 v1.1
|
测地线构建器 更多...
#include <Features_GeodesicLineBuilder.hxx>
Public 成员函数 | |
| NXOpen::Point * | EndPoint () |
| void | SetEndPoint (NXOpen::Point *endPoint) |
| void | SetStartPoint (NXOpen::Point *startPoint) |
| NXOpen::Point * | StartPoint () |
| 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 | _GeodesicLineBuilderBuilder |
测地线构建器
表示用于GeodesicLine命令的NXOpen::Features::GeodesicLine 构建器。
若要创建此类的新实例,请使用NXOpen::Features::GeodesicSketchCollection::CreateGeodesicLineBuilder
创建于NX10.0.0。
| NXOpen::Point * NXOpen::Features::GeodesicLineBuilder::EndPoint | ( | ) |
返回直线的终点
创建于NX10.0.0。
许可证要求:无
| void NXOpen::Features::GeodesicLineBuilder::SetEndPoint | ( | NXOpen::Point * | endPoint | ) |
设置直线的终点
创建于NX10.0.0。
许可证要求:solid_modeling ("SOLIDS MODELING")
| endPoint | 终点 NXOpen::Point |
| void NXOpen::Features::GeodesicLineBuilder::SetStartPoint | ( | NXOpen::Point * | startPoint | ) |
设置直线的起点
创建于NX10.0.0。
许可证要求:solid_modeling ("SOLIDS MODELING")
| startPoint | 起点 NXOpen::Point |
| NXOpen::Point * NXOpen::Features::GeodesicLineBuilder::StartPoint | ( | ) |
返回直线的起点
创建于NX10.0.0。
许可证要求:无