NX Open C++ Reference Guide
|
Represents electrical part of comparison result
Created in NX9.0.0.
More...
Public Types | |
enum | Status { StatusAdded, StatusRemoved, StatusUpdated, StatusIdentical } |
Defines statuses of electrical parts. More... | |
Public Member Functions | |
NXOpen::Mechatronics::ComparisonResultElectricalPart::Status | ComparisonStatus () |
Returns the status from the electrical part Created in NX9.0.0. | |
void | GetAttributes (std::vector< NXString > &attributeNames, std::vector< NXString > &attributeValues) |
Gets a list of attributes from the electrical part Created in NX9.0.0. | |
NXString | PartNumber () |
Returns the part number from the electrical part Created in NX9.0.0. | |
virtual | ~ComparisonResultElectricalPart () |
Frees the object from memory. | |
![]() | |
bool | Ignored () |
Returns the flag marked if the object will be ingored when applying it to logical model Created in NX9.0.0. | |
void | SetIgnored (bool isIgnored) |
Sets the flag marked if the object will be ingored when applying it to logical model Created in NX9.0.0. | |
virtual | ~ComparisonResultBase () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents electrical part of comparison result
Created in NX9.0.0.
|
virtual |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX9.0.0.
License requirements : None
NXOpen::Mechatronics::ComparisonResultElectricalPart::Status NXOpen::Mechatronics::ComparisonResultElectricalPart::ComparisonStatus | ( | ) |
Returns the status from the electrical part
Created in NX9.0.0.
License requirements : None
void NXOpen::Mechatronics::ComparisonResultElectricalPart::GetAttributes | ( | std::vector< NXString > & | attributeNames, |
std::vector< NXString > & | attributeValues | ||
) |
Gets a list of attributes from the electrical part
Created in NX9.0.0.
License requirements : None
attributeNames | Array of attribute names |
attributeValues | Array of attribute values |
NXString NXOpen::Mechatronics::ComparisonResultElectricalPart::PartNumber | ( | ) |
Returns the part number from the electrical part
Created in NX9.0.0.
License requirements : None