NX Open C++ Reference Guide
|
Represents a CompareRunsBuilder , used to compare runs in the work part to the ones in another part, or to runs defined in xml files gathered in a folder (native mode) or on an item revision (managed mode). More...
Public Types | |
enum | CompareTypes { CompareTypesXml, CompareTypesPart } |
The Compare Type selection Enum. More... | |
Public Member Functions | |
NXOpen::Routing::CompareRunsBuilder::CompareTypes | CompareTypesEnum () |
Returns the Compare type: part or xml Created in NX9.0.0. | |
NXString | FilterString () |
Returns the filter used to limit which runs are compared among those in the folder or on the item revision Created in NX9.0.0. | |
NXString | InputPathString () |
Returns the full path input to the compare runs algorithm. | |
bool | ReportDiscrepancies () |
Returns the option to report discrepancies down to attribute level. | |
void | SetCompareTypesEnum (NXOpen::Routing::CompareRunsBuilder::CompareTypes compareTypesEnum) |
Sets the Compare type: part or xml Created in NX9.0.0. | |
void | SetFilterString (const NXString &filterString) |
Sets the filter used to limit which runs are compared among those in the folder or on the item revision Created in NX9.0.0. | |
void | SetFilterString (const char *filterString) |
Sets the filter used to limit which runs are compared among those in the folder or on the item revision Created in NX9.0.0. | |
void | SetInputPathString (const NXString &filename) |
Sets the full path input to the compare runs algorithm. | |
void | SetInputPathString (const char *filename) |
Sets the full path input to the compare runs algorithm. | |
void | SetReportDiscrepancies (bool reportDiscrepancies) |
Sets the option to report discrepancies down to attribute level. | |
![]() | |
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. | |
Represents a CompareRunsBuilder , used to compare runs in the work part to the ones in another part, or to runs defined in xml files gathered in a folder (native mode) or on an item revision (managed mode).
<br> To create a new instance of this class, use @link Routing::RouteManager::CreateCompareRunsBuilder Routing::RouteManager::CreateCompareRunsBuilder @endlink <br>
Default values.
Property | Value |
---|---|
CompareTypesEnum |
Xml |
Created in NX9.0.0.
NXOpen::Routing::CompareRunsBuilder::CompareTypes NXOpen::Routing::CompareRunsBuilder::CompareTypesEnum | ( | ) |
Returns the Compare type: part or xml
Created in NX9.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
NXString NXOpen::Routing::CompareRunsBuilder::FilterString | ( | ) |
Returns the filter used to limit which runs are compared among those in the folder or on the item revision
Created in NX9.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
NXString NXOpen::Routing::CompareRunsBuilder::InputPathString | ( | ) |
Returns the full path input to the compare runs algorithm.
Can be a folder or an item revision for xml comparisons, or a part.
Created in NX9.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
bool NXOpen::Routing::CompareRunsBuilder::ReportDiscrepancies | ( | ) |
Returns the option to report discrepancies down to attribute level.
Created in NX9.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
void NXOpen::Routing::CompareRunsBuilder::SetCompareTypesEnum | ( | NXOpen::Routing::CompareRunsBuilder::CompareTypes | compareTypesEnum | ) |
Sets the Compare type: part or xml
Created in NX9.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
compareTypesEnum | comparetypesenum |
void NXOpen::Routing::CompareRunsBuilder::SetFilterString | ( | const NXString & | filterString | ) |
Sets the filter used to limit which runs are compared among those in the folder or on the item revision
Created in NX9.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
filterString | filterstring |
void NXOpen::Routing::CompareRunsBuilder::SetFilterString | ( | const char * | filterString | ) |
Sets the filter used to limit which runs are compared among those in the folder or on the item revision
Created in NX9.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
filterString | filterstring |
void NXOpen::Routing::CompareRunsBuilder::SetInputPathString | ( | const NXString & | filename | ) |
Sets the full path input to the compare runs algorithm.
Can be a folder or an item revision for xml comparisons, or a part.
Created in NX9.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
filename | filename |
void NXOpen::Routing::CompareRunsBuilder::SetInputPathString | ( | const char * | filename | ) |
Sets the full path input to the compare runs algorithm.
Can be a folder or an item revision for xml comparisons, or a part.
Created in NX9.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
filename | filename |
void NXOpen::Routing::CompareRunsBuilder::SetReportDiscrepancies | ( | bool | reportDiscrepancies | ) |
Sets the option to report discrepancies down to attribute level.
Created in NX9.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
reportDiscrepancies | reportdiscrepancies |