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

Represents a collection of NXOpen::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. More...
 
NXOpen::Routing::Electrical::CablewaysLayoutViewCreateLayoutView (NXOpen::Curve *segment)
 Creates NXOpen::Routing::Electrical::CablewaysLayoutView object. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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


To obtain an instance of this class, refer to NXOpen::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 NXOpen::Routing::Electrical::CablewaysLayoutView object.

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

Returns

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.