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

This class is used for executing CAE Clone on a Simulation File or a FeModel File. More...

Inheritance diagram for NXOpen.PDM.CaeCloneManager:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Types

enum  CloneOption {
  None = -1, Sim, Fem, Ideal,
  Master
}
 Option for creation of part builder for CAE Clone More...
 

Public Member Functions

unsafe void CommitClone ()
 Commits the Clone Operation for the Clone Manager class NXOpen.PDM.CaeCloneManager . More...
 
unsafe string GetContainer (NXOpen.PDM.CaeCloneManager.CloneOption option)
 Gets the container in Teamcenter where the cloned part is saved More...
 
unsafe
NXOpen.PDM.PartFromPartBuilder 
GetPartBuilderForClone (NXOpen.PDM.CaeCloneManager.CloneOption option)
 Get Part Builders for Clone Operation of a CAE Simulation or a CAE Model part. More...
 
unsafe void SetContainer (NXOpen.PDM.CaeCloneManager.CloneOption option, string container)
 Sets the container in Teamcenter where the cloned part is saved More...
 
unsafe void SetIncludeMaster (bool value)
 Sets the option for include master on the Clone Manager class More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new 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...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

This class is used for executing CAE Clone on a Simulation File or a FeModel File.

Use NXOpen.PDM.PartManager to get the instance of this class.

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.PDM.PartOperationCopyBuilder instead.

Member Enumeration Documentation

Option for creation of part builder for CAE Clone

Enumerator
None 
Sim 
Fem 
Ideal 
Master 

Member Function Documentation

unsafe void NXOpen.PDM.CaeCloneManager.CommitClone ( )
inline

Commits the Clone Operation for the Clone Manager class NXOpen.PDM.CaeCloneManager .

Deletes all the Part Builders associated with the Clone Manager

Created in NX9.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

override void NXOpen.PDM.CaeCloneManager.FreeResource ( )
inlineprotectedvirtual

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 NX9.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe string NXOpen.PDM.CaeCloneManager.GetContainer ( NXOpen.PDM.CaeCloneManager.CloneOption  option)
inline

Gets the container in Teamcenter where the cloned part is saved

Created in NX9.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
option
Returns
unsafe NXOpen.PDM.PartFromPartBuilder NXOpen.PDM.CaeCloneManager.GetPartBuilderForClone ( NXOpen.PDM.CaeCloneManager.CloneOption  option)
inline

Get Part Builders for Clone Operation of a CAE Simulation or a CAE Model part.

Get builder class NXOpen.PDM.PartFromPartBuilder using this function.

Created in NX9.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
option
Returns
the part builder
unsafe void NXOpen.PDM.CaeCloneManager.SetContainer ( NXOpen.PDM.CaeCloneManager.CloneOption  option,
string  container 
)
inline

Sets the container in Teamcenter where the cloned part is saved

Created in NX9.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
option
container
unsafe void NXOpen.PDM.CaeCloneManager.SetIncludeMaster ( bool  value)
inline

Sets the option for include master on the Clone Manager class

Created in NX9.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
value

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