NXOpen .NET Reference  12.0.0
List of all members
NXOpen.Routing.Electrical.CableDefinition Class Reference

Holds the collection of wires in a NXOpen.Routing.Electrical.CableDevice . More...

Inheritance diagram for NXOpen.Routing.Electrical.CableDefinition:
NXOpen.Routing.AssemblyDefinition NXOpen.Routing.ItemDefinition NXOpen.Routing.RouteObject NXOpen.Routing.RootObject NXOpen.Routing.ICharacteristic NXOpen.NXObject NXOpen.INXObject NXOpen.INXObject NXOpen.Routing.Electrical.ShieldDefinition

Additional Inherited Members

- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 
- Public Member Functions inherited from NXOpen.Routing.AssemblyDefinition
unsafe
NXOpen.Routing.SingleDevice[] 
GetSingleDeviceChildren ()
 Gets the list of NXOpen.Routing.SingleDevice objects contained in the assembly. More...
 
unsafe void ReplaceSingleDeviceChildren (NXOpen.Routing.SingleDevice[] replacementChildren)
 Replaces the list of NXOpen.Routing.SingleDevice objects contained in the assembly. More...
 
unsafe void AddSingleDeviceChild (NXOpen.Routing.SingleDevice device)
 Adds a NXOpen.Routing.SingleDevice object to the list of objects contained in the assembly. More...
 
unsafe void RemoveSingleDeviceChild (NXOpen.Routing.SingleDevice device)
 Removes a NXOpen.Routing.SingleDevice from the list of objects contained in the assembly. More...
 
unsafe bool IsSingleDeviceChild (NXOpen.Routing.SingleDevice device)
 Determines if a NXOpen.Routing.SingleDevice object is contained in the assembly More...
 
unsafe NXOpen.Routing.SingleDevice GetReferencingDevice ()
 Gets the NXOpen.Routing.SingleDevice object that has this AssemblyDefinition object as its definition. More...
 
- Properties inherited from NXOpen.Routing.ItemDefinition
unsafe NXOpen.Part DefiningNxObject [get]
 Returns the NX object associated with the item definition object. More...
 

Detailed Description

Holds the collection of wires in a NXOpen.Routing.Electrical.CableDevice .

A cable consists of both a NXOpen.Routing.Electrical.CableDevice and a NXOpen.Routing.Electrical.CableDefinition . A NXOpen.Routing.Electrical.CableDevice object uses a NXOpen.Routing.Electrical.CableDefinition to hold a collection of NXOpen.Routing.Electrical.WireDevice objects and/or NXOpen.Routing.Electrical.CableDevice objects contained by the cable. This definition corresponds to AP212 Assembly_definition.

See the NX Routing help for detailed information on the Connection data model.

Creator not available in KF.

Created in NX4.0.2


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