Class FESubstructureNodeModeShape
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FESubstructureNodeModeShape
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FESubstructureNodeModeShape : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Mode
Measurement: Index
Declaration
public int Mode { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModeShapeComponentCoordinateSystem
Declaration
public VectorWithLinearAndAngularComponents ModeShapeComponentCoordinateSystem { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
ModeShapeFECoordinateSystem
Declaration
public VectorWithLinearAndAngularComponents ModeShapeFECoordinateSystem { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
ModeShapeGlobalCordinateSystem
Declaration
public VectorWithLinearAndAngularComponents ModeShapeGlobalCordinateSystem { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
Implements
System.IEquatable<T>