NXOpen .NET Reference  12.0.0
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:

Public Types

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

Public Member Functions

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 SetIncludeMaster (bool value)
 Sets the option for include master on the Clone Manager class More...
 
unsafe string GetContainer (NXOpen.PDM.CaeCloneManager.CloneOption option)
 Gets the container in Teamcenter where the cloned part is saved 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 CommitClone ()
 Commits the Clone Operation for the Clone Manager class NXOpen.PDM.CaeCloneManager . More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. 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 ( )

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 ( )
protected

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.

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

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)

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 
)

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.