CaeCloneManager Class

class NXOpen.PDM.CaeCloneManager

Bases: NXOpen.TransientObject

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.

New in version NX9.0.0.

Deprecated since version NX10.0.0: Use NXOpen.PDM.PartOperationCopyBuilder instead.

Methods

Method Description
CommitClone Commits the Clone Operation for the Clone Manager class NXOpen.PDM.CaeCloneManager.
Dispose Free resources associated with the instance.
GetContainer Gets the container in Teamcenter where the cloned part is saved
GetPartBuilderForClone Get Part Builders for Clone Operation of a CAE Simulation or a CAE Model part.
SetContainer Sets the container in Teamcenter where the cloned part is saved
SetIncludeMaster Sets the option for include master on the Clone Manager class

Enumerations

CaeCloneManagerCloneOption Enumeration Option for creation of part builder for CAE Clone

Method Detail

CommitClone

CaeCloneManager.CommitClone

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

Deletes all the Part Builders associated with the Clone Manager

Signature CommitClone()

New in version NX9.0.0.

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

Dispose

CaeCloneManager.Dispose

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.

Signature Dispose()

New in version NX9.0.0.

License requirements: None.

GetContainer

CaeCloneManager.GetContainer

Gets the container in Teamcenter where the cloned part is saved

Signature GetContainer(option)

Parameters:option (NXOpen.PDM.CaeCloneManagerCloneOption) –
Returns:
Return type:str

New in version NX9.0.0.

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

GetPartBuilderForClone

CaeCloneManager.GetPartBuilderForClone

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

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

Signature GetPartBuilderForClone(option)

Parameters:option (NXOpen.PDM.CaeCloneManagerCloneOption) –
Returns:the part builder
Return type:NXOpen.PDM.PartFromPartBuilder

New in version NX9.0.0.

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

SetContainer

CaeCloneManager.SetContainer

Sets the container in Teamcenter where the cloned part is saved

Signature SetContainer(option, container)

Parameters:

New in version NX9.0.0.

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

SetIncludeMaster

CaeCloneManager.SetIncludeMaster

Sets the option for include master on the Clone Manager class

Signature SetIncludeMaster(value)

Parameters:value (bool) –

New in version NX9.0.0.

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