NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | List of all members
NXOpen.Tooling.MWPartingManagerBuilder Class Reference

Builder for the Parting Manager in the Mold Wizard application More...

Inheritance diagram for NXOpen.Tooling.MWPartingManagerBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DataStatus { NotFreed, Freed, ForceUpdate }
 The status of the parting manager data. More...
 
enum  RegisterType { Init, Current, Clear }
 The type of registering UNDO identifier. More...
 

Public Member Functions

unsafe void DeleteTransientMeshes (int deleteMesh)
 Initialize, reset or delete the transient meshes created in the Wall Thickness Checker. More...
 
unsafe int GetInPartingCommand ()
 Get if it is within a parting command. More...
 
unsafe int GetPartingManagerDataStatus ()
 Get the status of the parting manager data. More...
 
unsafe int InitModule ()
 Perform the module initialization tasks when entering the Mold Wizard Parting environment. More...
 
unsafe void InitPartingSettings ()
 Perform initialization of the settings for parting when entering the Mold Wizard Parting environment. More...
 
unsafe void PerformSyncTasks ()
 Perform the syncronization tasks when entering the Parting Manager environment. More...
 
unsafe void PerformSyncTasksOnExit ()
 Perform the syncronization tasks when exiting the Parting Manager environment. More...
 
unsafe void RegisterUndoIds (int registerType)
 Register the UNDO identifiers. More...
 
unsafe void RegisterWtcPostUndoCallback (int registerPostUNDO)
 Register or unregister the post UNDO callback function for the Wall Thickness Checker. More...
 
unsafe void ResetUpdateLock (int doUpdate)
 Reset the update lock. More...
 
unsafe void SetInPartingCommand (int inPartingCommand)
 Set if it is within a parting command. More...
 
unsafe void SetPartingManagerDataStatus (int pmDataStatus)
 Set the status of the parting manager data. More...
 
unsafe void SetUpdateLock ()
 Set the update lock. More...
 
unsafe void UpdatePartingNavigator ()
 Update the Parting Navigator. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 

Detailed Description

Builder for the Parting Manager in the Mold Wizard application

To create a new instance of this class, use NXOpen.Tooling.MWPartingManagerCollection.CreateBuilder

Created in NX7.5.0

Member Enumeration Documentation

The status of the parting manager data.

Enumerator
NotFreed 

Data not freed yet.

Freed 

Data already freed.

ForceUpdate 

Data needs force update.

The type of registering UNDO identifier.

Enumerator
Init 

Initialize registration for UNDO identifiers.

Current 

Register current UNDO mark.

Clear 

Clear all registered UNDO identifiers.

Member Function Documentation

unsafe void NXOpen.Tooling.MWPartingManagerBuilder.DeleteTransientMeshes ( int  deleteMesh)
inline

Initialize, reset or delete the transient meshes created in the Wall Thickness Checker.

Created in NX8.0.0

License requirements: None.

Parameters
deleteMeshIndicate if it is to initialize:0; reset:1; or delete:2 the transient meshes.
unsafe int NXOpen.Tooling.MWPartingManagerBuilder.GetInPartingCommand ( )
inline

Get if it is within a parting command.

Created in NX7.5.0

License requirements: None.

Returns
Return if it is within a parting command
unsafe int NXOpen.Tooling.MWPartingManagerBuilder.GetPartingManagerDataStatus ( )
inline

Get the status of the parting manager data.

Created in NX7.5.0

License requirements: None.

Returns
Return the status of the parting manager data
unsafe int NXOpen.Tooling.MWPartingManagerBuilder.InitModule ( )
inline

Perform the module initialization tasks when entering the Mold Wizard Parting environment.

Created in NX7.5.0

License requirements: None.

Returns
Return the error flag indicating the type of error
unsafe void NXOpen.Tooling.MWPartingManagerBuilder.InitPartingSettings ( )
inline

Perform initialization of the settings for parting when entering the Mold Wizard Parting environment.

Created in NX7.5.0

License requirements: None.

unsafe void NXOpen.Tooling.MWPartingManagerBuilder.PerformSyncTasks ( )
inline

Perform the syncronization tasks when entering the Parting Manager environment.

Created in NX7.5.0

License requirements: None.

unsafe void NXOpen.Tooling.MWPartingManagerBuilder.PerformSyncTasksOnExit ( )
inline

Perform the syncronization tasks when exiting the Parting Manager environment.

Created in NX7.5.0

License requirements: None.

unsafe void NXOpen.Tooling.MWPartingManagerBuilder.RegisterUndoIds ( int  registerType)
inline

Register the UNDO identifiers.

Created in NX7.5.0

License requirements: None.

Parameters
registerTypeThe register type for UNDO identifiers
unsafe void NXOpen.Tooling.MWPartingManagerBuilder.RegisterWtcPostUndoCallback ( int  registerPostUNDO)
inline

Register or unregister the post UNDO callback function for the Wall Thickness Checker.

Created in NX8.0.0

License requirements: None.

Parameters
registerPostUNDOIndicate if it is to register:1 or unregister:0 the post UNDO callback function.
unsafe void NXOpen.Tooling.MWPartingManagerBuilder.ResetUpdateLock ( int  doUpdate)
inline

Reset the update lock.

Created in NX7.5.0

License requirements: None.

Parameters
doUpdateindicates whether to perform update after resetting the update lock
unsafe void NXOpen.Tooling.MWPartingManagerBuilder.SetInPartingCommand ( int  inPartingCommand)
inline

Set if it is within a parting command.

Created in NX7.5.0

License requirements: None.

Parameters
inPartingCommandSet if it is within a parting command
unsafe void NXOpen.Tooling.MWPartingManagerBuilder.SetPartingManagerDataStatus ( int  pmDataStatus)
inline

Set the status of the parting manager data.

Created in NX7.5.0

License requirements: None.

Parameters
pmDataStatusSet the status of the parting manager data
unsafe void NXOpen.Tooling.MWPartingManagerBuilder.SetUpdateLock ( )
inline

Set the update lock.

Created in NX7.5.0

License requirements: None.

unsafe void NXOpen.Tooling.MWPartingManagerBuilder.UpdatePartingNavigator ( )
inline

Update the Parting Navigator.

Created in NX7.5.0

License requirements: None.


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