Class ImportedSimInterface
Inheritance
System.Object
System.MarshalByRefObject
ImportedSimInterface
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class ImportedSimInterface : NXObject, IMessageSink, INXObject
Constructors
ImportedSimInterface()
Declaration
protected ImportedSimInterface()
Methods
AttachFemComponents(FEModelOccurrence[])
Declaration
public void AttachFemComponents(FEModelOccurrence[] femOccs)
Parameters
Type | Name | Description |
---|---|---|
FEModelOccurrence[] | femOccs |
GetExpconfop()
Declaration
public ImportedSimInterfaceCollection.ExpressionConflictOption GetExpconfop()
Returns
Type | Description |
---|---|
ImportedSimInterfaceCollection.ExpressionConflictOption |
GetFemoccs()
Declaration
public FEModelOccurrence[] GetFemoccs()
Returns
Type | Description |
---|---|
FEModelOccurrence[] |
GetSimif()
Declaration
public SimulationInterface GetSimif()
Returns
Type | Description |
---|---|
SimulationInterface |
GetUpdatepending()
Declaration
public bool GetUpdatepending()
Returns
Type | Description |
---|---|
System.Boolean |
SetFemoccs(FEModelOccurrence[])
Declaration
public void SetFemoccs(FEModelOccurrence[] femoccs)
Parameters
Type | Name | Description |
---|---|---|
FEModelOccurrence[] | femoccs |
UpdateSimInterface()
Declaration
public void UpdateSimInterface()
Implements
System.Runtime.Remoting.Messaging.IMessageSink