Class CaeSession
Inheritance
System.Object
System.MarshalByRefObject
CaeSession
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class CaeSession : NXRemotableObject, IMessageSink
Constructors
CaeSession(Session)
Declaration
protected CaeSession(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Properties
AssociationUtils
Declaration
public AssociationUtilities AssociationUtils { get; }
Property Value
Declaration
public ContactObjectCollection ContactPreviewObjectCollection { get; }
Property Value
MaterialUtils
Declaration
public MaterialUtilities MaterialUtils { get; }
Property Value
MeshMappingUtils
Declaration
public Utils MeshMappingUtils { get; }
Property Value
ModelDependencyCheckManager
Declaration
public Manager ModelDependencyCheckManager { get; }
Property Value
PenetrationCheckManager
Declaration
public Manager PenetrationCheckManager { get; }
Property Value
QualityAuditManager
Declaration
public Manager QualityAuditManager { get; }
Property Value
Tag
Declaration
Property Value
UniversalConnectionUtilities
Declaration
public Utils UniversalConnectionUtilities { get; }
Property Value
Methods
AddPartCreatedHandler(CaeSession.PartCreatedHandler)
Declaration
public int AddPartCreatedHandler(CaeSession.PartCreatedHandler handler)
Parameters
Returns
Type |
Description |
System.Int32 |
|
GetDataContainer()
Declaration
public CaeDataContainer GetDataContainer()
Returns
ImportSimulation(String, CaeDataContainer)
Declaration
public CaePart ImportSimulation(string solverName, CaeDataContainer propertyList)
Parameters
Returns
NewCaeCoreService()
Declaration
public CAECoreService NewCaeCoreService()
Returns
RemovePartCreatedHandler(Int32)
Declaration
public void RemovePartCreatedHandler(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
SetFileNewContext(NXObject)
Declaration
public void SetFileNewContext(NXObject contextPart)
Parameters
Type |
Name |
Description |
NXObject |
contextPart |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink