|
NX Open C++ 参考指南 2406 v1.1
|
草图相交点构建器 更多...
#include <SketchIntersectionPointBuilder.hxx>
Public 成员函数 | |
| bool | Associative () |
| void | Cycle () |
| NXOpen::Section * | Rail () |
| void | SetAssociative (bool associative) |
| void | UpdateData () |
| 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 | _SketchIntersectionPointBuilderBuilder |
草图相交点构建器
表示 NXOpen::SketchIntersectionPoint 构建器
要获取此类的实例,请使用 NXOpen::SketchCollection::CreateIntersectionPointBuilder 。
创建于 NX5.0.0。
| bool NXOpen::SketchIntersectionPointBuilder::Associative | ( | ) |
返回关联选项
创建于 NX11.0.0。
许可要求:solid_modeling ("SOLIDS MODELING") 或 geometric_tol ("GDT")
| void NXOpen::SketchIntersectionPointBuilder::Cycle | ( | ) |
获取下一个替代解决方案的方法
创建于 NX5.0.0。
许可要求:solid_modeling ("SOLIDS MODELING") 或 geometric_tol ("GDT")
| NXOpen::Section * NXOpen::SketchIntersectionPointBuilder::Rail | ( | ) |
返回导轨
创建于 NX5.0.0。
许可要求:无
| void NXOpen::SketchIntersectionPointBuilder::SetAssociative | ( | bool | associative | ) |
设置关联选项
创建于 NX11.0.0。
许可要求:solid_modeling ("SOLIDS MODELING") 或 geometric_tol ("GDT")
| associative | 关联 |
| void NXOpen::SketchIntersectionPointBuilder::UpdateData | ( | ) |
创建于 NX5.0.0。
许可要求:solid_modeling ("SOLIDS MODELING") 或 geometric_tol ("GDT")