Class NodeDetailsForFEModel
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses.FullFEReporting
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class NodeDetailsForFEModel : APIBase, IEquatable<APIBase>
Properties
ExternalIDs
The node IDs in the original FE file that was imported into MASTA
Declaration
public ReadOnlyCollection<int> ExternalIDs { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Int32> |
NodePositions
Node positions in the units of the FE model
Declaration
public ReadOnlyCollection<Vector3D> NodePositions { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<Vector3D> |
Implements
System.IEquatable<T>