NX Open C++ Reference Guide
|
Represents a collection of DesignRuleViolationLocation objects. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Types | |
enum | DeleteOption { DeleteOptionDoDelete, DeleteOptionDontDelete } |
Design Rule Violation Location object delete option. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::Routing::DesignRuleViolationLocation * | CreateDesignRuleViolationLocation (NXOpen::Routing::DesignRuleViolationLocationCollection::DeleteOption deleteLocationObjects, const std::vector< NXOpen::NXObject * > &locationObjects) |
Creates a Routing::DesignRuleViolationLocation object. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a collection of DesignRuleViolationLocation objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX6.0.0.
Returns an iterator addressing the first element.
NXOpen::Routing::DesignRuleViolationLocation* NXOpen::Routing::DesignRuleViolationLocationCollection::CreateDesignRuleViolationLocation | ( | NXOpen::Routing::DesignRuleViolationLocationCollection::DeleteOption | deleteLocationObjects, |
const std::vector< NXOpen::NXObject * > & | locationObjects | ||
) |
Creates a Routing::DesignRuleViolationLocation object.
deleteLocationObjects | delete location objects |
locationObjects | location objects |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::DesignRuleViolationLocationCollection::Tag | ( | ) | const |
Returns the tag of this object.