NX Open C++ Reference Guide
|
Contains information about a part and its components after it has been
reopened. More...
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. | |
bool | WasDisplayPartReopened () |
Returns whether or not the display part was reopened by the reopen operation. | |
virtual | ~PartReopenReport () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
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.
|
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
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 PartReopenStatus .
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