Class FEStiffnessNode
Inheritance
System.Object
FEStiffnessNode
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class FEStiffnessNode : APIBase, IEquatable<APIBase>
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