NX Open C++ Reference Guide
Public Member Functions
NXOpen::PartReopenReport Class Reference

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

Inheritance diagram for NXOpen::PartReopenReport:
NXOpen::TransientObject

List of all members.

Public Member Functions

bool CouldNotResetWorkPart ()
 Returns whether or not the work part failed to reset during the reopen operation.
std::vector
< NXOpen::PartReopenStatus * > 
GetStatuses ()
 Returns a list of objects representing information about the parts that were reopened during the reopen operation.
int NumberReopenParts ()
 Returns the number of parts that reopen was attempted on.
std::vector
< NXOpen::PartReopenStatus * > 
ReopenStatuses ()
 Returns a list of objects representing information about the parts that were reopened during the reopen operation.
bool WasDisplayPartReopened ()
 Returns whether or not the display part was reopened by the reopen operation.
virtual ~PartReopenReport ()
 Free resources associated with the instance.

Detailed Description

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

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


Created in NX3.0.0.


Constructor & Destructor Documentation

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

License requirements : None


Member Function Documentation

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


Created in NX3.0.0.

License requirements : None

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

See PartReopenStatus .

Returns:

Created in NX6.0.1.

License requirements : None

Returns the number of parts that reopen was attempted on.


Created in NX3.0.0.

License requirements : None

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

See PartReopenStatus .

Deprecated:
Deprecated in NX6.0.1.


Created in NX3.0.0.

License requirements : None

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


Created in NX3.0.0.

License requirements : None


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.