NX Open C++ Reference Guide
|
Represents a Features::MirrorFace builder
To create a new instance of this class, use Features::FeatureCollection::CreateMirrorFaceBuilder
Default values.
More...
Public Types | |
enum | MirrorPlaneOptions { MirrorPlaneOptionsExisting, MirrorPlaneOptionsNew } |
Represents the mirror plane options. More... | |
Public Member Functions | |
NXOpen::SelectISurface * | ExistingMirrorPlane () |
Returns the existing mirror plane Created in NX6.0.0. | |
NXOpen::Features::FaceRecognitionBuilder * | FaceToMirror () |
Returns the face to mirror. | |
NXOpen::Features::MirrorFaceBuilder::MirrorPlaneOptions | MirrorPlaneOption () |
Returns the mirror plane option Created in NX6.0.0. | |
NXOpen::Plane * | NewMirrorPlane () |
Returns the new mirror plane Created in NX6.0.0. | |
void | SetMirrorPlaneOption (NXOpen::Features::MirrorFaceBuilder::MirrorPlaneOptions mirrorPlaneOptions) |
Sets the mirror plane option Created in NX6.0.0. | |
void | SetNewMirrorPlane (NXOpen::Plane *newMirrorPlane) |
Sets the new mirror plane Created in NX6.0.0. |
Represents a Features::MirrorFace builder
To create a new instance of this class, use Features::FeatureCollection::CreateMirrorFaceBuilder
Default values.
Property | Value |
---|---|
FaceToMirror.CoaxialEnabled |
0 |
FaceToMirror.CoplanarAxesEnabled |
0 |
FaceToMirror.CoplanarEnabled |
0 |
FaceToMirror.EqualDiameterEnabled |
0 |
FaceToMirror.OffsetEnabled |
0 |
FaceToMirror.ParallelEnabled |
0 |
FaceToMirror.PerpendicularEnabled |
0 |
FaceToMirror.SymmetricEnabled |
0 |
FaceToMirror.TangentEnabled |
0 |
FaceToMirror.ThicknessChainEnabled |
0 |
FaceToMirror.UseFaceBrowse |
1 |
Created in NX6.0.0.
Returns the existing mirror plane
Created in NX6.0.0.
License requirements : None
Returns the face to mirror.
Please refer Features::FaceRecognitionBuilder for details.
Created in NX6.0.0.
License requirements : None
NXOpen::Features::MirrorFaceBuilder::MirrorPlaneOptions NXOpen::Features::MirrorFaceBuilder::MirrorPlaneOption | ( | ) |
Returns the mirror plane option
Created in NX6.0.0.
License requirements : None
Returns the new mirror plane
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::MirrorFaceBuilder::SetMirrorPlaneOption | ( | NXOpen::Features::MirrorFaceBuilder::MirrorPlaneOptions | mirrorPlaneOptions | ) |
Sets the mirror plane option
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
mirrorPlaneOptions | mirror plane options |
void NXOpen::Features::MirrorFaceBuilder::SetNewMirrorPlane | ( | NXOpen::Plane * | newMirrorPlane | ) |
Sets the new mirror plane
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
newMirrorPlane | new mirror plane |