NX Open C++ Reference Guide
|
The Routing SingleDevice corresponds to an abstract instance of Routing::ItemDefinition . More...
Public Types | |
enum | DeleteObjectResult { DeleteObjectResultOk, DeleteObjectResultStillRouted, DeleteObjectResultStillAssigned, DeleteObjectResultCantDeleteUnknown } |
Deletion result. More... | |
Public Member Functions | |
std::vector < NXOpen::Routing::LogicalConnection * > | GetImplementedConnections () |
Gets connections implemented on single device. | |
NXOpen::Routing::ItemDefinition * | GetItemDefinition () |
Get item definition. | |
std::vector < NXOpen::Routing::DeviceRelationship * > | GetReferencingDeviceRelshps () |
Gets referencing device relationships. | |
std::vector < NXOpen::Routing::SingleDevice * > | GetRelatedSingleDevices () |
Assuming this single device to be the relating single device in a Routing::DeviceRelationship , get associated related single devices. | |
NXOpen::Routing::SingleDevice * | GetRelatingSingleDevice () |
Assuming this single device to be the related single device in a Routing::DeviceRelationship , get associated relating single device. | |
NXOpen::Routing::SingleDevice::DeleteObjectResult | ManuallyDelete () |
Deletes the single device. | |
NXOpen::NXObject * | NxEquivalent () |
Returns the NX equivalent object. | |
NXString | PartName () |
Returns the part name Created in NX4.0.2. | |
NXString | PartNumber () |
Returns the part number Created in NX4.0.2. | |
void | SetNxEquivalent (NXOpen::NXObject *routeNxEquivalent) |
Sets the NX equivalent object. | |
void | SetPartName (const NXString &routePartName) |
Sets the part name Created in NX4.0.2. | |
void | SetPartNumber (const NXString &routePartNumber) |
Sets the part number Created in NX4.0.2. |
The Routing SingleDevice corresponds to an abstract instance of Routing::ItemDefinition .
Creator not available in KF.
Created in NX4.0.2.
Deletion result.
std::vector<NXOpen::Routing::LogicalConnection *> NXOpen::Routing::SingleDevice::GetImplementedConnections | ( | ) |
Gets connections implemented on single device.
Get item definition.
std::vector<NXOpen::Routing::DeviceRelationship *> NXOpen::Routing::SingleDevice::GetReferencingDeviceRelshps | ( | ) |
Gets referencing device relationships.
std::vector<NXOpen::Routing::SingleDevice *> NXOpen::Routing::SingleDevice::GetRelatedSingleDevices | ( | ) |
Assuming this single device to be the relating single device in a Routing::DeviceRelationship , get associated related single devices.
Assuming this single device to be the related single device in a Routing::DeviceRelationship , get associated relating single device.
Deletes the single device.
Returns the NX equivalent object.
Created in NX4.0.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the part name
Created in NX4.0.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the part number
Created in NX4.0.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::SingleDevice::SetNxEquivalent | ( | NXOpen::NXObject * | routeNxEquivalent | ) |
Sets the NX equivalent object.
Created in NX4.0.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
routeNxEquivalent | route nx equivalent |
void NXOpen::Routing::SingleDevice::SetPartName | ( | const NXString & | routePartName | ) |
Sets the part name
Created in NX4.0.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
routePartName | route part name |
void NXOpen::Routing::SingleDevice::SetPartNumber | ( | const NXString & | routePartNumber | ) |
Sets the part number
Created in NX4.0.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
routePartNumber | route part number |