|
NX Open C++ Reference Guide
|
Builder for the Parting Manager in the Mold Wizard application
To create a new instance of this class, use Tooling::MWPartingManagerCollection::CreateBuilder
Created in NX7.5.0.
More...
Public Types | |
| enum | DataStatus { DataStatusNotFreed, DataStatusFreed, DataStatusForceUpdate } |
| The status of the parting manager data. More... | |
| enum | RegisterType { RegisterTypeInit, RegisterTypeCurrent, RegisterTypeClear } |
| The type of registering UNDO identifier. More... | |
Public Member Functions | |
| void | DeleteTransientMeshes (int deleteMesh) |
| Initialize, reset or delete the transient meshes created in the Wall Thickness Checker. | |
| int | GetInPartingCommand () |
| Get if it is within a parting command. | |
| int | GetPartingManagerDataStatus () |
| Get the status of the parting manager data. | |
| int | InitModule () |
| Perform the module initialization tasks when entering the Mold Wizard Parting environment. | |
| void | InitPartingSettings () |
| Perform initialization of the settings for parting when entering the Mold Wizard Parting environment. | |
| void | PerformSyncTasks () |
| Perform the syncronization tasks when entering the Parting Manager environment. | |
| void | PerformSyncTasksOnExit () |
| Perform the syncronization tasks when exiting the Parting Manager environment. | |
| void | RegisterUndoIds (int registerType) |
| Register the UNDO identifiers. | |
| void | RegisterWtcPostUndoCallback (int registerPostUNDO) |
| Register or unregister the post UNDO callback function for the Wall Thickness Checker. | |
| void | ResetUpdateLock (int doUpdate) |
| Reset the update lock. | |
| void | SetInPartingCommand (int inPartingCommand) |
| Set if it is within a parting command. | |
| void | SetPartingManagerDataStatus (int pmDataStatus) |
| Set the status of the parting manager data. | |
| void | SetUpdateLock () |
| Set the update lock. | |
| void | UpdatePartingNavigator () |
| Update the Parting Navigator. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Builder for the Parting Manager in the Mold Wizard application
To create a new instance of this class, use Tooling::MWPartingManagerCollection::CreateBuilder
Created in NX7.5.0.
| void NXOpen::Tooling::MWPartingManagerBuilder::DeleteTransientMeshes | ( | int | deleteMesh | ) |
Initialize, reset or delete the transient meshes created in the Wall Thickness Checker.
Created in NX8.0.0.
License requirements : None
| deleteMesh | Indicate if it is to initialize:0; reset:1; or delete:2 the transient meshes. |
| int NXOpen::Tooling::MWPartingManagerBuilder::GetInPartingCommand | ( | ) |
Get if it is within a parting command.
| int NXOpen::Tooling::MWPartingManagerBuilder::GetPartingManagerDataStatus | ( | ) |
Get the status of the parting manager data.
| int NXOpen::Tooling::MWPartingManagerBuilder::InitModule | ( | ) |
Perform the module initialization tasks when entering the Mold Wizard Parting environment.
| void NXOpen::Tooling::MWPartingManagerBuilder::InitPartingSettings | ( | ) |
Perform initialization of the settings for parting when entering the Mold Wizard Parting environment.
Created in NX7.5.0.
License requirements : None
| void NXOpen::Tooling::MWPartingManagerBuilder::PerformSyncTasks | ( | ) |
Perform the syncronization tasks when entering the Parting Manager environment.
Created in NX7.5.0.
License requirements : None
| void NXOpen::Tooling::MWPartingManagerBuilder::PerformSyncTasksOnExit | ( | ) |
Perform the syncronization tasks when exiting the Parting Manager environment.
Created in NX7.5.0.
License requirements : None
| void NXOpen::Tooling::MWPartingManagerBuilder::RegisterUndoIds | ( | int | registerType | ) |
Register the UNDO identifiers.
Created in NX7.5.0.
License requirements : None
| registerType | The register type for UNDO identifiers |
| void NXOpen::Tooling::MWPartingManagerBuilder::RegisterWtcPostUndoCallback | ( | int | registerPostUNDO | ) |
Register or unregister the post UNDO callback function for the Wall Thickness Checker.
Created in NX8.0.0.
License requirements : None
| registerPostUNDO | Indicate if it is to register:1 or unregister:0 the post UNDO callback function. |
| void NXOpen::Tooling::MWPartingManagerBuilder::ResetUpdateLock | ( | int | doUpdate | ) |
Reset the update lock.
Created in NX7.5.0.
License requirements : None
| doUpdate | indicates whether to perform update after resetting the update lock |
| void NXOpen::Tooling::MWPartingManagerBuilder::SetInPartingCommand | ( | int | inPartingCommand | ) |
Set if it is within a parting command.
Created in NX7.5.0.
License requirements : None
| inPartingCommand | Set if it is within a parting command |
| void NXOpen::Tooling::MWPartingManagerBuilder::SetPartingManagerDataStatus | ( | int | pmDataStatus | ) |
Set the status of the parting manager data.
Created in NX7.5.0.
License requirements : None
| pmDataStatus | Set the status of the parting manager data |
| void NXOpen::Tooling::MWPartingManagerBuilder::SetUpdateLock | ( | ) |
Set the update lock.
Created in NX7.5.0.
License requirements : None
| void NXOpen::Tooling::MWPartingManagerBuilder::UpdatePartingNavigator | ( | ) |
Update the Parting Navigator.
Created in NX7.5.0.
License requirements : None