Class ComponentMultibodyDynamicsAnalysis
Inheritance
System.Object
ComponentMultibodyDynamicsAnalysis
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ComponentMultibodyDynamicsAnalysis : PartMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AngularAccelerationThetaZ
Declaration
public double AngularAccelerationThetaZ { get; }
Property Value
| Type |
Description |
| System.Double |
|
AngularDisplacementThetaZ
Declaration
public double AngularDisplacementThetaZ { get; }
Property Value
| Type |
Description |
| System.Double |
|
AngularVelocityThetaZ
Declaration
public double AngularVelocityThetaZ { get; }
Property Value
| Type |
Description |
| System.Double |
|
ComponentDesign
Declaration
public Component ComponentDesign { get; }
Property Value
PlanetaryAngularDisplacement
Declaration
public double PlanetaryAngularDisplacement { get; }
Property Value
| Type |
Description |
| System.Double |
|
PlanetaryRadialDisplacement
Declaration
public double PlanetaryRadialDisplacement { get; }
Property Value
| Type |
Description |
| System.Double |
|
PlanetaryVelocity
Declaration
public double PlanetaryVelocity { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalDegreesOfFreedom
Declaration
public int TotalDegreesOfFreedom { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Implements
System.IEquatable<T>
Extension Methods