Class PointLoadMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PointLoadMultibodyDynamicsAnalysis
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 PointLoadMultibodyDynamicsAnalysis : VirtualComponentMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AppliedForce
Measurement: Force
Declaration
public Vector3D AppliedForce { get; }
Property Value
Type | Description |
---|---|
Vector3D |
AppliedMoment
Measurement: Torque
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>