Class FESubstructureNode
Inheritance
System.Object
FESubstructureNode
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FESubstructureNode : FEStiffnessNode, IEquatable<APIBase>
Properties
ExternalID
Declaration
public int ExternalID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ForceDueToGravityInLocalCoordinateSystem
Declaration
public VectorWithLinearAndAngularComponents ForceDueToGravityInLocalCoordinateSystem { get; }
Property Value
ForceDueToGravityInLocalCoordinateSystemWithGravityInFEXDirection
Declaration
public VectorWithLinearAndAngularComponents ForceDueToGravityInLocalCoordinateSystemWithGravityInFEXDirection { get; }
Property Value
ForceDueToGravityInLocalCoordinateSystemWithGravityInFEYDirection
Declaration
public VectorWithLinearAndAngularComponents ForceDueToGravityInLocalCoordinateSystemWithGravityInFEYDirection { get; }
Property Value
ForceDueToGravityInLocalCoordinateSystemWithGravityInFEZDirection
Declaration
public VectorWithLinearAndAngularComponents ForceDueToGravityInLocalCoordinateSystemWithGravityInFEZDirection { get; }
Property Value
Name
Declaration
public virtual string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OverrideDefaultName
Declaration
public bool OverrideDefaultName { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
PositionInWorldCoordinateSystem
Declaration
public Vector3D PositionInWorldCoordinateSystem { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods