NX Open C++ Reference Guide
|
the Mirror pattern definition. More...
Public Types | |
enum | PlaneOptions { PlaneOptionsExisting, PlaneOptionsNew } |
the Plane options. More... | |
Public Member Functions | |
NXOpen::SelectISurface * | ExistingPlane () |
Returns the Existing Mirror Plane Created in NX8.0.0. | |
NXOpen::Plane * | NewPlane () |
Returns the new plane Created in NX8.0.0. | |
NXOpen::GeometricUtilities::MirrorPattern::PlaneOptions | PlaneOption () |
Returns the plane option Created in NX8.0.0. | |
void | SetNewPlane (NXOpen::Plane *newPlane) |
Sets the new plane Created in NX8.0.0. | |
void | SetPlaneOption (NXOpen::GeometricUtilities::MirrorPattern::PlaneOptions planeOptions) |
Sets the plane option Created in NX8.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
the Mirror pattern definition.
Created in NX8.0.0.
the Plane options.
NXOpen::SelectISurface* NXOpen::GeometricUtilities::MirrorPattern::ExistingPlane | ( | ) |
Returns the Existing Mirror Plane
Created in NX8.0.0.
License requirements : None
NXOpen::Plane* NXOpen::GeometricUtilities::MirrorPattern::NewPlane | ( | ) |
Returns the new plane
Created in NX8.0.0.
License requirements : None
NXOpen::GeometricUtilities::MirrorPattern::PlaneOptions NXOpen::GeometricUtilities::MirrorPattern::PlaneOption | ( | ) |
Returns the plane option
Created in NX8.0.0.
License requirements : None
void NXOpen::GeometricUtilities::MirrorPattern::SetNewPlane | ( | NXOpen::Plane * | newPlane | ) |
Sets the new plane
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
newPlane | newplane |
void NXOpen::GeometricUtilities::MirrorPattern::SetPlaneOption | ( | NXOpen::GeometricUtilities::MirrorPattern::PlaneOptions | planeOptions | ) |
Sets the plane option
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
planeOptions | plane options |
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.