Class AdditionalAccelerationOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AdditionalAccelerationOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class AdditionalAccelerationOptions : IndependentReportablePropertiesBase<AdditionalAccelerationOptions>, IEquatable<APIBase>
Properties
AccelerationVector
Specifies the vector pointing in the direction of the acceleration field.
Declaration
public Vector3D AccelerationVector { get; set; }
Property Value
Type | Description |
---|---|
Vector3D |
IncludeAdditionalAcceleration
Declaration
public bool IncludeAdditionalAcceleration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Magnitude
The magnitude of the acceleration field
Measurement: Acceleration
Declaration
public double Magnitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Orientation
Specifies the unit vector pointing in the direction of the acceleration field.
Declaration
public Vector3D Orientation { get; set; }
Property Value
Type | Description |
---|---|
Vector3D |
SpecifyDirectionAndMagnitude
If this option is not selected, independent vector components are specified.
Declaration
public bool SpecifyDirectionAndMagnitude { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>