NX Open C++ Reference Guide
|
Represents a Features::Symmetric builder
To create a new instance of this class, use Features::FeatureCollection::CreateSymmetricBuilder
Default values.
More...
Public Types | |
enum | PlaneOptions { PlaneOptionsExisting, PlaneOptionsNew } |
Represents the plane options. More... | |
Public Member Functions | |
NXOpen::SelectISurface * | ExistingSymmetryPlane () |
Returns the existing symmetry plane. | |
NXOpen::SelectFace * | MotionFace () |
Returns the motion face. | |
NXOpen::Features::FaceRecognitionBuilder * | MoveAlongFace () |
Returns the move along face. | |
NXOpen::Plane * | NewSymmetryPlane () |
Returns the new symmetry plane. | |
void | SetNewSymmetryPlane (NXOpen::Plane *newSymmetryPlane) |
Sets the new symmetry plane. | |
void | SetSymmetryPlaneOption (NXOpen::Features::SymmetricBuilder::PlaneOptions symmetryPlaneOption) |
Sets the symmetry plane option. | |
NXOpen::SelectFace * | StationaryFace () |
Returns the stationary face. | |
NXOpen::Features::SymmetricBuilder::PlaneOptions | SymmetryPlaneOption () |
Returns the symmetry plane option. |
Represents a Features::Symmetric builder
To create a new instance of this class, use Features::FeatureCollection::CreateSymmetricBuilder
Default values.
Property | Value |
---|---|
MoveAlongFace.CoaxialEnabled |
True |
MoveAlongFace.CoplanarAxesEnabled |
0 |
MoveAlongFace.CoplanarEnabled |
True |
MoveAlongFace.EqualDiameterEnabled |
0 |
MoveAlongFace.OffsetEnabled |
0 |
MoveAlongFace.ParallelEnabled |
0 |
MoveAlongFace.PerpendicularEnabled |
0 |
MoveAlongFace.SymmetricEnabled |
0 |
MoveAlongFace.TangentEnabled |
0 |
MoveAlongFace.ThicknessChainEnabled |
0 |
MoveAlongFace.UseFaceBrowse |
1 |
SymmetryPlaneOption |
Existing |
Created in NX6.0.0.
Returns the existing symmetry plane.
The SelectFace object is employed to select existing planar face or datum plane as the symmetry plane if plane option is set to Features::SymmetricBuilder::PlaneOptionsExisting .
Created in NX6.0.0.
License requirements : None
Returns the motion face.
The constraint is applied between the motion face and a stationary face. The motion face is transformed when the constraint is applied.
Created in NX6.0.0.
License requirements : None
Returns the move along face.
The Features::FaceRecognitionBuilder object is employed to collect tag-along faces. When the motion face is selected it is used as a seed for recognition of tag-along faces.
Created in NX6.0.0.
License requirements : None
Returns the new symmetry plane.
The Plane object is employed to define the symmetry plane if plane option is set to Features::SymmetricBuilder::PlaneOptionsNew .
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::SymmetricBuilder::SetNewSymmetryPlane | ( | NXOpen::Plane * | newSymmetryPlane | ) |
Sets the new symmetry plane.
The Plane object is employed to define the symmetry plane if plane option is set to Features::SymmetricBuilder::PlaneOptionsNew .
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
newSymmetryPlane | newsymmetryplane |
void NXOpen::Features::SymmetricBuilder::SetSymmetryPlaneOption | ( | NXOpen::Features::SymmetricBuilder::PlaneOptions | symmetryPlaneOption | ) |
Sets the symmetry plane option.
The plane of symmetry is the plane that defines symmetry between the stationary face and the motion face. Either Features::SymmetricBuilder::PlaneOptionsExisting or Features::SymmetricBuilder::PlaneOptionsNew plane option could be employed to define the symmetry plane.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
symmetryPlaneOption | symmetryplaneoption |
Returns the stationary face.
The constraint is applied between the stationary face and a motion face. The stationary face remains stationary when the constraint is applied.
Created in NX6.0.0.
License requirements : None
NXOpen::Features::SymmetricBuilder::PlaneOptions NXOpen::Features::SymmetricBuilder::SymmetryPlaneOption | ( | ) |
Returns the symmetry plane option.
The plane of symmetry is the plane that defines symmetry between the stationary face and the motion face. Either Features::SymmetricBuilder::PlaneOptionsExisting or Features::SymmetricBuilder::PlaneOptionsNew plane option could be employed to define the symmetry plane.
Created in NX6.0.0.
License requirements : None