Class FEModelOccurrence
Inheritance
System.Object
System.MarshalByRefObject
FEModelOccurrence
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class FEModelOccurrence : IFEModel, IMessageSink, IHierarchicalFEModel, INXObject, IPostScenarioDataSource
Constructors
FEModelOccurrence()
Declaration
protected FEModelOccurrence()
Properties
Overrides
Declaration
public OverrideCollection Overrides { get; }
Property Value
| Type | Description |
|---|---|
| OverrideCollection |
Parent
Declaration
public IFEModel Parent { get; }
Property Value
| Type | Description |
|---|---|
| IFEModel |
Methods
Find(String)
Declaration
public TaggedObject Find(string journalIdentifier)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | journalIdentifier |
Returns
| Type | Description |
|---|---|
| TaggedObject |
GetAttributes()
Declaration
public FEModelOccAttribute GetAttributes()
Returns
| Type | Description |
|---|---|
| FEModelOccAttribute |
GetCaeOccEntityLabelOffsets(out Int32, out Int32, out Int32, out Int32, out Int32, out Int32, out Int32)
Declaration
public void GetCaeOccEntityLabelOffsets(out int nodeOffset, out int elemOffset, out int csysOffset, out int physOffset, out int groupOffset, out int plyOffset, out int ssmoOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | nodeOffset | |
| System.Int32 | elemOffset | |
| System.Int32 | csysOffset | |
| System.Int32 | physOffset | |
| System.Int32 | groupOffset | |
| System.Int32 | plyOffset | |
| System.Int32 | ssmoOffset |
GetChildren()
Declaration
public FEModelOccurrence[] GetChildren()
Returns
| Type | Description |
|---|---|
| FEModelOccurrence[] |
GetComponent()
Declaration
public Component GetComponent()
Returns
| Type | Description |
|---|---|
| Component |
SetCaeOccEntityLabelOffsets(Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
public void SetCaeOccEntityLabelOffsets(int nodeOffset, int elemOffset, int csysOffset, int physOffset, int groupOffset, int plyOffset, int ssmoOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | nodeOffset | |
| System.Int32 | elemOffset | |
| System.Int32 | csysOffset | |
| System.Int32 | physOffset | |
| System.Int32 | groupOffset | |
| System.Int32 | plyOffset | |
| System.Int32 | ssmoOffset |
Implements
System.Runtime.Remoting.Messaging.IMessageSink