ComparisonResult Class¶
-
class
NXOpen.Mechatronics.ComparisonResult¶ Bases:
NXOpen.Mechatronics.ComparisonResultBaseRepresents comparison result
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| ConflictLogicalObject | Returns or sets the conflict logical object from the comparison result |
| Ignored | Returns or sets the flag marked if the object will be ingored when applying it to logical model |
| LogicalObject | Returns or sets the logical object from the comparison result |
| ResultCategory | Returns or sets the category from the comparison result |
| ResultName | Returns the name from the comparison result |
| ResultType | Returns the type from the comparison result |
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| GetAttributes | Gets a list of attributes from the comparison result |
| GetElectricalParts | Gets a list of electrical parts from the comparison result |
Enumerations¶
| ComparisonResultCategory Enumeration | Defines categories of comparison results |
Property Detail¶
ConflictLogicalObject¶
-
ComparisonResult.ConflictLogicalObject¶ Returns or sets the conflict logical object from the comparison result
-------------------------------------Getter Method
Signature
ConflictLogicalObjectReturns: Conflict logical object of comparison result Return type: NXOpen.Mechatronics.LogicObjectNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConflictLogicalObjectParameters: conflictLogicalObject ( NXOpen.Mechatronics.LogicObject) – Conflict logical object of comparison resultNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
LogicalObject¶
-
ComparisonResult.LogicalObject¶ Returns or sets the logical object from the comparison result
-------------------------------------Getter Method
Signature
LogicalObjectReturns: Logical object of comparison result Return type: NXOpen.Mechatronics.LogicObjectNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LogicalObjectParameters: logicalObject ( NXOpen.Mechatronics.LogicObject) – Logical object of comparison resultNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
ResultCategory¶
-
ComparisonResult.ResultCategory¶ Returns or sets the category from the comparison result
-------------------------------------Getter Method
Signature
ResultCategoryReturns: Category of comparison result Return type: NXOpen.Mechatronics.ComparisonResultCategoryNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ResultCategoryParameters: category ( NXOpen.Mechatronics.ComparisonResultCategory) – Category of comparison resultNew in version NX9.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
Method Detail¶
Dispose¶
-
ComparisonResult.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.
GetAttributes¶
-
ComparisonResult.GetAttributes¶ Gets a list of attributes from the comparison result
Signature
GetAttributes()Returns: Array of attributes Return type: list of NXOpen.Mechatronics.ComparisonResultAttributeNew in version NX9.0.0.
License requirements: None.
GetElectricalParts¶
-
ComparisonResult.GetElectricalParts¶ Gets a list of electrical parts from the comparison result
Signature
GetElectricalParts()Returns: Array of electrical parts Return type: list of NXOpen.Mechatronics.ComparisonResultElectricalPartNew in version NX9.0.0.
License requirements: None.