PartReopenReport Class

class NXOpen.PartReopenReport

Bases: NXOpen.TransientObject

Contains information about a part and its components after it has been reopened.

Instances of this class are returned from the following reopen methods: NXOpen.BasePart.Reopen() NXOpen.BasePart.ReopenAs() NXOpen.PartCollection.ReopenAll()

New in version NX3.0.0.

Properties

Property Description
CouldNotResetWorkPart Returns whether or not the work part failed to reset during the reopen operation.
NumberReopenParts Returns the number of parts that reopen was attempted on.
WasDisplayPartReopened Returns whether or not the display part was reopened by the reopen operation.

Methods

Method Description
Dispose Free resources associated with the instance.
GetStatuses Returns a list of objects representing information about the parts that were reopened during the reopen operation.

Property Detail

CouldNotResetWorkPart

PartReopenReport.CouldNotResetWorkPart

Returns whether or not the work part failed to reset during the reopen operation.

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

Getter Method

Signature CouldNotResetWorkPart

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

NumberReopenParts

PartReopenReport.NumberReopenParts

Returns the number of parts that reopen was attempted on.

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

Getter Method

Signature NumberReopenParts

Returns:
Return type:int

New in version NX3.0.0.

License requirements: None.

WasDisplayPartReopened

PartReopenReport.WasDisplayPartReopened

Returns whether or not the display part was reopened by the reopen operation.

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

Getter Method

Signature WasDisplayPartReopened

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

Method Detail

Dispose

PartReopenReport.Dispose

Free resources associated with the instance.

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 NX3.0.0.

License requirements: None.

GetStatuses

PartReopenReport.GetStatuses

Returns a list of objects representing information about the parts that were reopened during the reopen operation.

See NXOpen.PartReopenStatus.

Signature GetStatuses()

Returns:
Return type:list of NXOpen.PartReopenStatus

New in version NX6.0.1.

License requirements: None.