NX Open C++ Reference Guide
Classes | Public Types | Public Member Functions | List of all members
NXOpen::Routing::DesignRuleViolationLocationCollection Class Reference

Represents a collection of DesignRuleViolationLocation objects. More...

Inheritance diagram for NXOpen::Routing::DesignRuleViolationLocationCollection:
NXOpen::TaggedObjectCollection

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::DesignRuleViolationLocationCreateDesignRuleViolationLocation (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.
 

Detailed Description

Represents a collection of DesignRuleViolationLocation objects.


To obtain an instance of this class, refer to Routing::RouteManager

Created in NX6.0.0.

Member Enumeration Documentation

Design Rule Violation Location object delete option.

Enumerator:
DeleteOptionDoDelete 

do delete

DeleteOptionDontDelete 

Set this option only if you do not want to delete violation location objects.

Member Function Documentation

iterator NXOpen::Routing::DesignRuleViolationLocationCollection::begin ( )

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.

Returns

Created in NX6.0.0.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
Parameters
deleteLocationObjectsdelete location objects
locationObjectslocation objects
iterator NXOpen::Routing::DesignRuleViolationLocationCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::Routing::DesignRuleViolationLocationCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.