NX Open C++ Reference Guide
|
Represents base object of comparison result
Created in NX9.0.0.
More...
Public Member Functions | |
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 base object 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
bool NXOpen::Mechatronics::ComparisonResultBase::Ignored | ( | ) |
Returns the flag marked if the object will be ingored when applying it to logical model
Created in NX9.0.0.
License requirements : None
void NXOpen::Mechatronics::ComparisonResultBase::SetIgnored | ( | bool | isIgnored | ) |
Sets the flag marked if the object will be ingored when applying it to logical model
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
isIgnored | Mark if the object will be ingored when applying it to logical model |