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 | GetConcurrentObjects (std::vector< NXOpen::NXObject * > &objects) |
Inquire the list of objects to be checked at the next concurrent check. | |
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 (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.
void NXOpen::Routing::DesignRuleManager::ClearConcurrent | ( | ) |
Remove all objects from the concurrent check list
Created in NX5.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
void NXOpen::Routing::DesignRuleManager::ExpandConcurrent | ( | ) |
Expand the current list of objects on the concurrent check list to include 'dependents'
Created in NX5.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
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_advanced ("Routing Advanced"), routing_base ("Routing Basic")
objects | objects |
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_advanced ("Routing Advanced"), routing_base ("Routing Basic")
objectToLog | object to log |
tag_t NXOpen::Routing::DesignRuleManager::Tag | ( | ) | const |
Returns the tag of this object.
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_advanced ("Routing Advanced"), routing_base ("Routing Basic")
objectToUnlog | object to unlog |