Class SystemDeflectionOptions
Inheritance
System.Object
SystemDeflectionOptions
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class SystemDeflectionOptions : AbstractAnalysisOptions<StaticLoadCase>, IEquatable<APIBase>
Properties
GroundShaftIfRigidBodyRotationIsLarge
Declaration
public bool GroundShaftIfRigidBodyRotationIsLarge { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MaximumNumberOfUnstableRigidBodyRotationIterations
Declaration
public int MaximumNumberOfUnstableRigidBodyRotationIterations { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
MaximumRigidBodyRotationChangeInSystemDeflection
Declaration
public double MaximumRigidBodyRotationChangeInSystemDeflection { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods