CablewaysLayoutViewCollection Class¶
-
class
NXOpen.Routing.Electrical.CablewaysLayoutViewCollection¶ Bases:
objectRepresents a collection of
NXOpen.Routing.Electrical.CablewaysLayoutViewobjects.To obtain an instance of this class, refer to
NXOpen.Routing.RouteManagerNew in version NX7.5.0.
Methods¶
| Method | Description |
|---|---|
| CreateLayoutView | Creates NXOpen.Routing.Electrical.CablewaysLayoutView object. |
Method Detail¶
CreateLayoutView¶
-
CablewaysLayoutViewCollection.CreateLayoutView¶ Creates
NXOpen.Routing.Electrical.CablewaysLayoutViewobject.Only one
NXOpen.Routing.Electrical.CablewaysLayoutViewobject 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.CablewaysLayoutViewNew in version NX7.5.0.
License requirements: routing_cabling (“Routing Cabling”)