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

Represents a collection of Routing::Electrical::CablewaysLayoutView objects. More...

Inheritance diagram for NXOpen::Routing::Electrical::CablewaysLayoutViewCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element.
 
NXOpen::Routing::Electrical::CablewaysLayoutViewCreateLayoutView (NXOpen::Curve *segment)
 Creates Routing::Electrical::CablewaysLayoutView 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 Routing::Electrical::CablewaysLayoutView objects.


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

Created in NX7.5.0.

Member Function Documentation

iterator NXOpen::Routing::Electrical::CablewaysLayoutViewCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Routing::Electrical::CablewaysLayoutView* NXOpen::Routing::Electrical::CablewaysLayoutViewCollection::CreateLayoutView ( NXOpen::Curve segment)

Creates Routing::Electrical::CablewaysLayoutView object.

       Only one @link Routing::Electrical::CablewaysLayoutView Routing::Electrical::CablewaysLayoutView@endlink  object
       can exist per segment, so if the object already exists, it returns the same.
    @return  


Created in NX7.5.0.

License requirements : routing_cabling ("Routing Cabling")

Parameters
segmentSegment on which layout view should be created or whose view is asked.
iterator NXOpen::Routing::Electrical::CablewaysLayoutViewCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::Routing::Electrical::CablewaysLayoutViewCollection::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.