NX Open C++ Reference Guide
|
Represents a Features::MirrorCurve builder
To create a new instance of this class, use Features::FeatureCollection::CreateMirrorCurveBuilder
Default values.
More...
Public Types | |
enum | PlaneOptions { PlaneOptionsExistingPlane, PlaneOptionsNewPlane } |
Represents the Plane options. More... | |
Public Member Functions | |
NXOpen::Section * | Curve () |
Returns the curves to mirror Created in NX6.0.0. | |
NXOpen::SelectISurface * | ExistingPlane () |
Returns the Mirror plane/face Created in NX6.0.0. | |
NXOpen::GeometricUtilities::CurveOptions * | InputCurvesOptions () |
Returns the input curve options Created in NX6.0.0. | |
NXOpen::Plane * | NewPlane () |
Returns the plane constructor Created in NX6.0.0. | |
NXOpen::Features::MirrorCurveBuilder::PlaneOptions | PlaneOption () |
Returns the plane option Created in NX6.0.0. | |
void | SetNewPlane (NXOpen::Plane *newPlane) |
Sets the plane constructor Created in NX6.0.0. | |
void | SetPlaneOption (NXOpen::Features::MirrorCurveBuilder::PlaneOptions planeOption) |
Sets the plane option Created in NX6.0.0. |
Represents a Features::MirrorCurve builder
To create a new instance of this class, use Features::FeatureCollection::CreateMirrorCurveBuilder
Default values.
Property | Value |
---|---|
PlaneOption |
ExistingPlane |
Created in NX6.0.0.
Represents the Plane options.
Returns the curves to mirror
Created in NX6.0.0.
License requirements : None
Returns the Mirror plane/face
Created in NX6.0.0.
License requirements : None
NXOpen::GeometricUtilities::CurveOptions* NXOpen::Features::MirrorCurveBuilder::InputCurvesOptions | ( | ) |
Returns the input curve options
Created in NX6.0.0.
License requirements : None
Returns the plane constructor
Created in NX6.0.0.
License requirements : None
NXOpen::Features::MirrorCurveBuilder::PlaneOptions NXOpen::Features::MirrorCurveBuilder::PlaneOption | ( | ) |
Returns the plane option
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::MirrorCurveBuilder::SetNewPlane | ( | NXOpen::Plane * | newPlane | ) |
Sets the plane constructor
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
newPlane | newplane |
void NXOpen::Features::MirrorCurveBuilder::SetPlaneOption | ( | NXOpen::Features::MirrorCurveBuilder::PlaneOptions | planeOption | ) |
Sets the plane option
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
planeOption | planeoption |