NX Open C++ Reference Guide
|
Represents a GeometricUtilities::StepOptionBehavior It provides several step options for controlling behavior when move face and so on. More...
Public Types | |
enum | StepOptionType { StepOptionTypeNone, StepOptionTypeExtendNeighborsatSmoothEdge } |
Step Faec options. More... | |
Public Member Functions | |
void | SetStepOption (NXOpen::GeometricUtilities::StepOptionBehavior::StepOptionType stepOption) |
Sets the step option Created in NX8.0.1. | |
NXOpen::GeometricUtilities::StepOptionBehavior::StepOptionType | StepOption () |
Returns the step option Created in NX8.0.1. | |
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. | |
Represents a GeometricUtilities::StepOptionBehavior It provides several step options for controlling behavior when move face and so on.
Created in NX8.0.1.
void NXOpen::GeometricUtilities::StepOptionBehavior::SetStepOption | ( | NXOpen::GeometricUtilities::StepOptionBehavior::StepOptionType | stepOption | ) |
Sets the step option
Created in NX8.0.1.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
stepOption | stepoption |
NXOpen::GeometricUtilities::StepOptionBehavior::StepOptionType NXOpen::GeometricUtilities::StepOptionBehavior::StepOption | ( | ) |
Returns the step option
Created in NX8.0.1.
License requirements : None
|
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.