Class FEStiffnessNode
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEStiffnessNode
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FEStiffnessNode : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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
Type | Description |
---|---|
Vector3D |
Implements
System.IEquatable<T>