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
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 |
GetChildren()
Declaration
public FEModelOccurrence[] GetChildren()
Returns
| Type | Description |
|---|---|
| FEModelOccurrence[] |
GetComponent()
Declaration
public Component GetComponent()
Returns
| Type | Description |
|---|---|
| Component |
GetLabelOffsets(out Int32, out Int32, out Int32)
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.FEModelOccurrence.GetOccEntityLabelOffsetsinstead.")]
public void GetLabelOffsets(out int nodeOffset, out int elemOffset, out int csysOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | nodeOffset | |
| System.Int32 | elemOffset | |
| System.Int32 | csysOffset |
GetOccEntityLabelOffsets(out Int32, out Int32, out Int32, out Int32, out Int32, out Int32)
Declaration
public void GetOccEntityLabelOffsets(out int nodeOffset, out int elemOffset, out int csysOffset, out int physOffset, out int groupOffset, out int plyOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | nodeOffset | |
| System.Int32 | elemOffset | |
| System.Int32 | csysOffset | |
| System.Int32 | physOffset | |
| System.Int32 | groupOffset | |
| System.Int32 | plyOffset |
SetLabelOffsets(Int32, Int32, Int32)
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.FEModelOccurrence.SetOccEntityLabelOffsetsinstead.")]
public void SetLabelOffsets(int nodeOffset, int elemOffset, int csysOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | nodeOffset | |
| System.Int32 | elemOffset | |
| System.Int32 | csysOffset |
SetOccEntityLabelOffsets(Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
public void SetOccEntityLabelOffsets(int nodeOffset, int elemOffset, int csysOffset, int physOffset, int groupOffset, int plyOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | nodeOffset | |
| System.Int32 | elemOffset | |
| System.Int32 | csysOffset | |
| System.Int32 | physOffset | |
| System.Int32 | groupOffset | |
| System.Int32 | plyOffset |
Implements
System.Runtime.Remoting.Messaging.IMessageSink