NX Open C++ Reference Guide
Public Member Functions | List of all members
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

Public Member Functions

bool CouldNotResetWorkPart ()
 Returns whether or not the work part failed to reset during the reopen operation. More...
 
std::vector
< NXOpen::PartReopenStatus * > 
GetStatuses ()
 Returns a list of objects representing information about the parts that were reopened during the reopen operation. More...
 
int NumberReopenParts ()
 Returns the number of parts that reopen was attempted on. More...
 
bool WasDisplayPartReopened ()
 Returns whether or not the display part was reopened by the reopen operation. More...
 
virtual ~PartReopenReport ()
 Free resources associated with the instance. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

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: NXOpen::BasePart::Reopen NXOpen::BasePart::ReopenAs NXOpen::PartCollection::ReopenAll


Created in NX3.0.0.

Constructor & Destructor Documentation

virtual NXOpen::PartReopenReport::~PartReopenReport ( )
virtual

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

bool NXOpen::PartReopenReport::CouldNotResetWorkPart ( )

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


Created in NX3.0.0.

License requirements : None

std::vector<NXOpen::PartReopenStatus *> NXOpen::PartReopenReport::GetStatuses ( )

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

See NXOpen::PartReopenStatus .

Returns

Created in NX6.0.1.

License requirements : None
int NXOpen::PartReopenReport::NumberReopenParts ( )

Returns the number of parts that reopen was attempted on.


Created in NX3.0.0.

License requirements : None

bool NXOpen::PartReopenReport::WasDisplayPartReopened ( )

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 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.