Class ShaftModalAnalysisMode
Inheritance
System.Object
ShaftModalAnalysisMode
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ShaftModalAnalysisMode : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AngularDisplacement
Declaration
public List<Vector3D> AngularDisplacement { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<Vector3D> |
|
LinearDisplacement
Declaration
public List<Vector3D> LinearDisplacement { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<Vector3D> |
|
Implements
System.IEquatable<T>
Extension Methods