NX Open C++ Reference Guide
|
Represents Routing::DesignRuleManager object
Creator not available in KF.
More...
Public Member Functions | |
void | ClearConcurrent () |
Remove all objects from the concurrent check list Created in NX5.0.0. | |
void | ExpandConcurrent () |
Expand the current list of objects on the concurrent check list to include 'dependents' Created in NX5.0.0. | |
void | GetConcurrent (std::vector< NXOpen::Routing::DesignRule * > &objects) |
Does nothing, do not use this method. | |
void | GetConcurrentObjects (std::vector< NXOpen::NXObject * > &objects) |
Inquire the list of objects to be checked at the next concurrent check. | |
void | LogConcurrent () |
Does nothing, do not use this method. | |
void | LogConcurrent (NXOpen::NXObject *objectToLog) |
Add an object to be checked during the next concurrent design rule check Created in NX6.0.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
void | UnlogConcurrent () |
Does nothing, do not use this method. | |
void | UnlogConcurrent (NXOpen::NXObject *objectToUnlog) |
Remove an object from the list of objects to be checked at the next design rule check. |
Represents Routing::DesignRuleManager object
Creator not available in KF.
Created in NX5.0.0.
Remove all objects from the concurrent check list
Created in NX5.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Expand the current list of objects on the concurrent check list to include 'dependents'
Created in NX5.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::DesignRuleManager::GetConcurrent | ( | std::vector< NXOpen::Routing::DesignRule * > & | objects | ) |
Does nothing, do not use this method.
Created in NX5.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
objects | objects |
void NXOpen::Routing::DesignRuleManager::GetConcurrentObjects | ( | std::vector< NXOpen::NXObject * > & | objects | ) |
Inquire the list of objects to be checked at the next concurrent check.
Created in NX6.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
objects | objects |
Does nothing, do not use this method.
Created in NX5.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::DesignRuleManager::LogConcurrent | ( | NXOpen::NXObject * | objectToLog | ) |
Add an object to be checked during the next concurrent design rule check
Created in NX6.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
objectToLog | object to log |
tag_t NXOpen::Routing::DesignRuleManager::Tag | ( | ) | const |
Returns the tag of this object.
Does nothing, do not use this method.
Created in NX5.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::DesignRuleManager::UnlogConcurrent | ( | NXOpen::NXObject * | objectToUnlog | ) |
Remove an object from the list of objects to be checked at the next design rule check.
Created in NX6.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
objectToUnlog | object to unlog |