UpdateDiscrepancy Class¶
-
class
NXOpen.Formboard.UpdateDiscrepancy¶ Bases:
NXOpen.TransientObjectDefines a discrepancy object which contains information about a specific difference between the formboard drawing and the 3D harness model.
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| Description | Returns the description string of the discrepancy. |
| DiscrepancyObjectType | Returns the type of object referenced by the discrepancy. |
| DiscrepancyType | Returns the general type of the discrepancy. |
| FormboardObject | Returns the object in the 2D formboard referenced by the discrepancy. |
| HarnessObject | Returns the object in the 3D harness referenced by the discrepancy. |
Enumerations¶
| UpdateDiscrepancyObjectType Enumeration | Specifies the type of objects involved in the discrepancy. |
| UpdateDiscrepancyType Enumeration | The general type of the discrepancy. |
Property Detail¶
Description¶
-
UpdateDiscrepancy.Description¶ Returns the description string of the discrepancy.
-------------------------------------Getter Method
Signature
DescriptionReturns: Return type: str New in version NX7.5.0.
License requirements: routing_harness (“Routing Harness”)
DiscrepancyObjectType¶
-
UpdateDiscrepancy.DiscrepancyObjectType¶ Returns the type of object referenced by the discrepancy.
-------------------------------------Getter Method
Signature
DiscrepancyObjectTypeReturns: Return type: NXOpen.Formboard.UpdateDiscrepancyObjectTypeNew in version NX7.5.0.
License requirements: routing_harness (“Routing Harness”)
DiscrepancyType¶
-
UpdateDiscrepancy.DiscrepancyType¶ Returns the general type of the discrepancy.
-------------------------------------Getter Method
Signature
DiscrepancyTypeReturns: Return type: NXOpen.Formboard.UpdateDiscrepancyTypeNew in version NX7.5.0.
License requirements: routing_harness (“Routing Harness”)
FormboardObject¶
-
UpdateDiscrepancy.FormboardObject¶ Returns the object in the 2D formboard referenced by the discrepancy.
This may be None depending on the type of the discrepancy.
-------------------------------------Getter Method
Signature
FormboardObjectReturns: Return type: NXOpen.NXObjectNew in version NX7.5.0.
License requirements: routing_harness (“Routing Harness”)
HarnessObject¶
-
UpdateDiscrepancy.HarnessObject¶ Returns the object in the 3D harness referenced by the discrepancy.
This may be None depending on the type of the discrepancy.
-------------------------------------Getter Method
Signature
HarnessObjectReturns: Return type: NXOpen.NXObjectNew in version NX7.5.0.
License requirements: routing_harness (“Routing Harness”)