Class FEModelPart
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEModelPart
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FEModelPart : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ID
When the FE model is split this will correspond to the ID of whatever is selected to use for splitting.
Declaration
public int ID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>