NX Open C++ Reference Guide
|
Represents attribute of comparison result
Created in NX9.0.0.
More...
Public Member Functions | |
NXString | EcadValue () |
Returns the value of imported ECAD device object Created in NX9.0.0. | |
NXString | LogicalValue () |
Returns the value of matched logical object Created in NX9.0.0. | |
NXString | Name () |
Returns the name of the attribute Created in NX9.0.0. | |
void | SetEcadValue (const NXString &ecadValue) |
Sets the value of imported ECAD device object Created in NX9.0.0. | |
void | SetEcadValue (const char *ecadValue) |
Sets the value of imported ECAD device object Created in NX9.0.0. | |
void | SetLogicalValue (const NXString &logicalValue) |
Sets the value of matched logical object Created in NX9.0.0. | |
void | SetLogicalValue (const char *logicalValue) |
Sets the value of matched logical object Created in NX9.0.0. | |
virtual | ~ComparisonResultAttribute () |
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 attribute 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
NXString NXOpen::Mechatronics::ComparisonResultAttribute::EcadValue | ( | ) |
Returns the value of imported ECAD device object
Created in NX9.0.0.
License requirements : None
NXString NXOpen::Mechatronics::ComparisonResultAttribute::LogicalValue | ( | ) |
Returns the value of matched logical object
Created in NX9.0.0.
License requirements : None
NXString NXOpen::Mechatronics::ComparisonResultAttribute::Name | ( | ) |
Returns the name of the attribute
Created in NX9.0.0.
License requirements : None
void NXOpen::Mechatronics::ComparisonResultAttribute::SetEcadValue | ( | const NXString & | ecadValue | ) |
Sets the value of imported ECAD device object
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
ecadValue | Value of imported ECAD device object |
void NXOpen::Mechatronics::ComparisonResultAttribute::SetEcadValue | ( | const char * | ecadValue | ) |
Sets the value of imported ECAD device object
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
ecadValue | Value of imported ECAD device object |
void NXOpen::Mechatronics::ComparisonResultAttribute::SetLogicalValue | ( | const NXString & | logicalValue | ) |
Sets the value of matched logical object
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
logicalValue | Value of matched logical object |
void NXOpen::Mechatronics::ComparisonResultAttribute::SetLogicalValue | ( | const char * | logicalValue | ) |
Sets the value of matched logical object
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
logicalValue | Value of matched logical object |