CablewaysLayoutViewCollection Class

class NXOpen.Routing.Electrical.CablewaysLayoutViewCollection

Bases: object

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

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

New in version NX7.5.0.

Methods

Method Description
CreateLayoutView Creates NXOpen.Routing.Electrical.CablewaysLayoutView object.

Method Detail

CreateLayoutView

CablewaysLayoutViewCollection.CreateLayoutView

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.

Signature CreateLayoutView(segment)

Parameters:segment (NXOpen.Curve) – Segment on which layout view should be created or whose view is asked.
Returns:
Return type:NXOpen.Routing.Electrical.CablewaysLayoutView

New in version NX7.5.0.

License requirements: routing_cabling (“Routing Cabling”)