Class PointLoadMultibodyDynamicsAnalysis
Inheritance
System.Object
PointLoadMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PointLoadMultibodyDynamicsAnalysis : VirtualComponentMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AppliedForce
Declaration
public Vector3D AppliedForce { get; }
Property Value
| Type | Description |
|---|---|
| Vector3D |
AppliedMoment
Declaration
public Vector3D AppliedMoment { get; }
Property Value
| Type | Description |
|---|---|
| Vector3D |
ComponentDesign
Declaration
public PointLoad ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| PointLoad |
ComponentLoadCase
Declaration
public PointLoadLoadCase ComponentLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| PointLoadLoadCase |
Implements
System.IEquatable<T>