ComparisonResultBase Class

class NXOpen.Mechatronics.ComparisonResultBase

Bases: NXOpen.TransientObject

Represents base object of comparison result

New in version NX9.0.0.

Properties

Property Description
Ignored Returns or sets the flag marked if the object will be ingored when applying it to logical model

Methods

Method Description
Dispose Frees the object from memory.

Property Detail

Ignored

ComparisonResultBase.Ignored

Returns or sets the flag marked if the object will be ingored when applying it to logical model

-------------------------------------

Getter Method

Signature Ignored

Returns:Mark if the object will be ingored when applying it to logical model
Return type:bool

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Ignored

Parameters:isIgnored (bool) – Mark if the object will be ingored when applying it to logical model

New in version NX9.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

Method Detail

Dispose

ComparisonResultBase.Dispose

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.

Signature Dispose()

New in version NX9.0.0.

License requirements: None.