NX Open C++ Reference Guide
|
Corresponds to a cable instance of an Routing::Electrical::ElectricalStockDevice . More...
Public Member Functions | |
NXOpen::Routing::Electrical::CableDefinition * | GetAssemblyDefinition () |
Returns the associated Routing::Electrical::CableDefinition . | |
NXString | GetConduitPartNumber () |
Returns the part number of the conduit applied over this Routing::Electrical::CableDevice object. | |
void | ImportCablePart (const NXString &partName) |
Loads the given cable part and imports the connections from given part and adds them as children to the Routing::Electrical::CableDevice . | |
void | SetConduitPartNumber (const NXString &conduitPartNumber) |
Sets the part number of the conduit to be applied over this Routing::Electrical::CableDevice object. |
Corresponds to a cable instance of an Routing::Electrical::ElectricalStockDevice .
A cable consists of both a Routing::Electrical::CableDevice and a Routing::Electrical::CableDefinition . A Routing::Electrical::CableDevice object uses a Routing::Electrical::CableDefinition to hold a collection of Routing::Electrical::WireDevice objects and/or Routing::Electrical::CableDevice objects contained by the cable.
See the NX Routing help for detailed information on the Connection data model.
Creator not available in KF.
Created in NX4.0.2.
NXOpen::Routing::Electrical::CableDefinition* NXOpen::Routing::Electrical::CableDevice::GetAssemblyDefinition | ( | ) |
Returns the associated Routing::Electrical::CableDefinition .
Returns the part number of the conduit applied over this Routing::Electrical::CableDevice object.
void NXOpen::Routing::Electrical::CableDevice::ImportCablePart | ( | const NXString & | partName | ) |
Loads the given cable part and imports the connections from given part and adds them as children to the Routing::Electrical::CableDevice .
Created in NX6.0.1.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")
partName | Must be fullpath and PART_NAME for a regular part and PART_NAME for part family or part table parts NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Routing::Electrical::CableDevice::SetConduitPartNumber | ( | const NXString & | conduitPartNumber | ) |
Sets the part number of the conduit to be applied over this Routing::Electrical::CableDevice object.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")
conduitPartNumber | NOTE: The full Unicode character set is not supported for this parameter. |