Class FESubstructureNode
Inheritance
System.Object
FESubstructureNode
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FESubstructureNode : FEStiffnessNode, IEquatable<APIBase>
Properties
ExternalID
ID of the node in the FE package that the FE mesh originally came from
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 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