Class FEStiffnessNode
Inheritance
System.Object
FEStiffnessNode
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FEStiffnessNode : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
NodeIndex
Declaration
public int NodeIndex { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfDegreesOfFreedom
Declaration
public int NumberOfDegreesOfFreedom { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
PositionInLocalCoordinateSystem
Declaration
public Vector3D PositionInLocalCoordinateSystem { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods