Class 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)
Namespace: NXOpen.CAE
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
Type | Description |
---|---|
AssociationUtilities |
MaterialUtils
Declaration
public MaterialUtilities MaterialUtils { get; }
Property Value
Type | Description |
---|---|
MaterialUtilities |
QualityAuditManager
Declaration
public Manager QualityAuditManager { get; }
Property Value
Type | Description |
---|---|
Manager |
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
GetDataContainer()
Declaration
public CaeDataContainer GetDataContainer()
Returns
Type | Description |
---|---|
CaeDataContainer |
ImportSimulation(String, CaeDataContainer)
Declaration
public CaePart ImportSimulation(string solverName, CaeDataContainer propertyList)
Parameters
Type | Name | Description |
---|---|---|
System.String | solverName | |
CaeDataContainer | propertyList |
Returns
Type | Description |
---|---|
CaePart |
SetFileNewContext(NXObject)
Declaration
public void SetFileNewContext(NXObject contextPart)
Parameters
Type | Name | Description |
---|---|---|
NXObject | contextPart |
Implements
System.Runtime.Remoting.Messaging.IMessageSink