|
NX Open C++ 参考指南 2406 v1.1
|
草图关系约束构建器 更多...
#include <SketchMakeRelationBuilder.hxx>
友元 | |
| class | _SketchMakeRelationBuilderBuilder |
草图关系约束构建器
Represents a SketchMakeRelationBuilder.
The sub-class should create an instance of corresponding object
Created in NX1847.0.0.
the relation types
| void NXOpen::SketchMakeRelationBuilder::ClearCurrentOperation | ( | ) |
Clear the current Operation. The operation need be cleared after deselection and reselection loops.
Created in NX1847.0.0.
License requirements : None
| NXOpen::SelectNXObjectList * NXOpen::SketchMakeRelationBuilder::LockObjects | ( | ) |
Returns the lock curves. To get all lock objects, combine this with LockPoints.
Created in NX1847.0.0.
License requirements : None
| NXOpen::SelectNXObjectList * NXOpen::SketchMakeRelationBuilder::LockPoints | ( | ) |
Returns the lock points. To get all lock objects, combine this with LockObjects.
Created in NX1953.0.0.
License requirements : None
| NXOpen::SelectNXObjectList * NXOpen::SketchMakeRelationBuilder::MotionObjects | ( | ) |
Returns the motion curves. To get all motion objects, combine this with MotionPoints.
Created in NX1847.0.0.
License requirements : None
| NXOpen::SelectNXObjectList * NXOpen::SketchMakeRelationBuilder::MotionPoints | ( | ) |
Returns the motion points. To get all motion objects, combine this with MotionObjects.
Created in NX1953.0.0.
License requirements : None
| void NXOpen::SketchMakeRelationBuilder::SetCreateConstraints | ( | bool | createConstaints | ) |
Set Create Constraints.Optionally a constraint can be created by setting createConstraint to true.
Created in NX1847.0.0.
License requirements : None
| createConstaints | createconstaints |
| NXOpen::SelectNXObject * NXOpen::SketchMakeRelationBuilder::StationaryObject | ( | ) |
Returns the stationary object
Created in NX1847.0.0.
License requirements : None