Class MultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MultibodyDynamicsAnalysis : TimeSeriesLoadAnalysisCase, IEquatable<APIBase>
Properties
HasInterfaceAnalysisResultsAvailable
Declaration
public bool HasInterfaceAnalysisResultsAvailable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MBDOptions
Declaration
public MBDAnalysisOptions MBDOptions { get; }
Property Value
Type | Description |
---|---|
MBDAnalysisOptions |
PercentageTimeSpentInMASTASolver
Time spent integrating model equations inside MASTA solver.
Measurement: Percentage
Declaration
public double PercentageTimeSpentInMASTASolver { get; }
Property Value
Type | Description |
---|---|
System.Double |
TransientSolver
Declaration
public TransientSolver TransientSolver { get; }
Property Value
Type | Description |
---|---|
TransientSolver |
Implements
System.IEquatable<T>