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. | |
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. |
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 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
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 .
Returns the number of parts that reopen was attempted on.
Created in NX3.0.0.
License requirements : None
std::vector<NXOpen::PartReopenStatus *> NXOpen::PartReopenReport::ReopenStatuses | ( | ) |
Returns a list of objects representing information about the parts that were reopened during the reopen operation.
See PartReopenStatus .
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