Class NodeDetailsForFEModel
Inheritance
System.Object
NodeDetailsForFEModel
Assembly: SMT.MastaAPI.14.1.1.dll
public class NodeDetailsForFEModel : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public ReadOnlyCollection<int> ExternalIDs { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Int32> |
|
Declaration
public ReadOnlyCollection<Vector3D> NodePositions { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<Vector3D> |
|
Implements
System.IEquatable<T>
Extension Methods