UpdateDiscrepancy Class

class NXOpen.Formboard.UpdateDiscrepancy

Bases: NXOpen.TransientObject

Defines 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.

Methods

Method Description
Dispose Frees the memory associated with this object.

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 Description

Returns:
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 DiscrepancyObjectType

Returns:
Return type:NXOpen.Formboard.UpdateDiscrepancyObjectType

New in version NX7.5.0.

License requirements: routing_harness (“Routing Harness”)

DiscrepancyType

UpdateDiscrepancy.DiscrepancyType

Returns the general type of the discrepancy.

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

Getter Method

Signature DiscrepancyType

Returns:
Return type:NXOpen.Formboard.UpdateDiscrepancyType

New 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 FormboardObject

Returns:
Return type:NXOpen.NXObject

New 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 HarnessObject

Returns:
Return type:NXOpen.NXObject

New in version NX7.5.0.

License requirements: routing_harness (“Routing Harness”)

Method Detail

Dispose

UpdateDiscrepancy.Dispose

Frees the memory associated with this object.

Signature Dispose()

New in version NX7.5.0.

License requirements: None.