Class ComponentMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ComponentMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ComponentMultibodyDynamicsAnalysis : PartMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AngularAccelerationThetaZ
Measurement: AngularAcceleration
Declaration
public double AngularAccelerationThetaZ { get; }
Property Value
Type | Description |
---|---|
System.Double |
AngularDisplacementThetaZ
Measurement: Angle
Declaration
public double AngularDisplacementThetaZ { get; }
Property Value
Type | Description |
---|---|
System.Double |
AngularVelocityThetaZ
Measurement: AngularVelocity
Declaration
public double AngularVelocityThetaZ { get; }
Property Value
Type | Description |
---|---|
System.Double |
ComponentDesign
Declaration
public Component ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Component |
PlanetaryAngularDisplacement
Measurement: Angle
Declaration
public double PlanetaryAngularDisplacement { get; }
Property Value
Type | Description |
---|---|
System.Double |
PlanetaryRadialDisplacement
Measurement: ShortLength
Declaration
public double PlanetaryRadialDisplacement { get; }
Property Value
Type | Description |
---|---|
System.Double |
PlanetaryVelocity
Measurement: AngularVelocity
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>