NX Open C++ Reference Guide
|
Represents a Features::MirrorFeature builder
To create a new instance of this class, use Features::FeatureCollection::CreateMirrorFeatureBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | PlaneOptions { PlaneOptionsExisting, PlaneOptionsNew } |
the Plane options. More... | |
Public Member Functions | |
NXOpen::Features::SelectFeatureList * | FeatureSet () |
Returns the Features. | |
NXOpen::SelectISurface * | Plane () |
Returns the Mirror Plane. | |
NXOpen::Plane * | PlaneConstructor () |
Returns the plane constructor Created in NX5.0.0. | |
NXOpen::Features::MirrorFeatureBuilder::PlaneOptions | PlaneOption () |
Returns the plane option. | |
void | SetPlaneConstructor (NXOpen::Plane *planeConstructor) |
Sets the plane constructor Created in NX5.0.0. | |
void | SetPlaneOption (NXOpen::Features::MirrorFeatureBuilder::PlaneOptions planeOptions) |
Sets the plane option. |
Represents a Features::MirrorFeature builder
To create a new instance of this class, use Features::FeatureCollection::CreateMirrorFeatureBuilder
Created in NX5.0.0.
the Plane options.
Returns the Features.
Created in NX5.0.0.
License requirements : None
Returns the plane constructor
Created in NX5.0.0.
License requirements : None
NXOpen::Features::MirrorFeatureBuilder::PlaneOptions NXOpen::Features::MirrorFeatureBuilder::PlaneOption | ( | ) |
Returns the plane option.
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::MirrorFeatureBuilder::SetPlaneConstructor | ( | NXOpen::Plane * | planeConstructor | ) |
Sets the plane constructor
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
planeConstructor | planeconstructor |
void NXOpen::Features::MirrorFeatureBuilder::SetPlaneOption | ( | NXOpen::Features::MirrorFeatureBuilder::PlaneOptions | planeOptions | ) |
Sets the plane option.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
planeOptions | plane options |