NX Open C++ Reference Guide
|
Builder Class for Split Run Object <br> To create a new instance of this class, use @link Routing::RouteManager::SplitRunBuilder Routing::RouteManager::SplitRunBuilder @endlink <br>
Default values. More...
Public Member Functions | |
bool | NameToFrom () |
Returns the new run name to From section or not Created in NX8.0.0. | |
NXString | RunName () |
Returns the user mentioned run name after split Created in NX8.0.0. | |
NXOpen::Routing::SelectRun * | RunObject () |
Returns the user selected Run for Split Created in NX8.0.0. | |
void | SetNameToFrom (bool nameToFrom) |
Sets the new run name to From section or not Created in NX8.0.0. | |
void | SetRunName (const NXString &runName) |
Sets the user mentioned run name after split Created in NX8.0.0. | |
void | SetRunName (const char *runName) |
Sets the user mentioned run name after split Created in NX8.0.0. | |
NXOpen::Routing::RouteObjectCollector * | SplitObject () |
Returns the user selected split object Created in NX8.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
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. | |
Builder Class for Split Run Object <br> To create a new instance of this class, use @link Routing::RouteManager::SplitRunBuilder Routing::RouteManager::SplitRunBuilder @endlink <br>
Default values.
Property | Value |
---|---|
NameToFrom |
0 |
Created in NX8.0.0.
bool NXOpen::Routing::SplitRunBuilder::NameToFrom | ( | ) |
Returns the new run name to From section or not
Created in NX8.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
NXString NXOpen::Routing::SplitRunBuilder::RunName | ( | ) |
Returns the user mentioned run name after split
Created in NX8.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
NXOpen::Routing::SelectRun* NXOpen::Routing::SplitRunBuilder::RunObject | ( | ) |
Returns the user selected Run for Split
Created in NX8.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
void NXOpen::Routing::SplitRunBuilder::SetNameToFrom | ( | bool | nameToFrom | ) |
Sets the new run name to From section or not
Created in NX8.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
nameToFrom | nametofrom |
void NXOpen::Routing::SplitRunBuilder::SetRunName | ( | const NXString & | runName | ) |
Sets the user mentioned run name after split
Created in NX8.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
runName | runname |
void NXOpen::Routing::SplitRunBuilder::SetRunName | ( | const char * | runName | ) |
Sets the user mentioned run name after split
Created in NX8.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
runName | runname |
NXOpen::Routing::RouteObjectCollector* NXOpen::Routing::SplitRunBuilder::SplitObject | ( | ) |
Returns the user selected split object
Created in NX8.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")