Class PointLoadInputOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PointLoadInputOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads.DutyCycleDefinition
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class PointLoadInputOptions : ColumnInputOptions, IEquatable<APIBase>
Properties
Axis
Direction in the local coordinate system of the point load that the data refers to.
Declaration
public Axis Axis { get; set; }
Property Value
Type | Description |
---|---|
Axis |
ConversionToLoadCase
How to combine the force/moment values in the bin into a single value for the load case
Declaration
public AdditionalForcesObtainedFrom ConversionToLoadCase { get; set; }
Property Value
Type | Description |
---|---|
AdditionalForcesObtainedFrom |
PointLoad
Point Load that the values refer to
Declaration
public ListWithSelectedItem<PointLoad> PointLoad { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<PointLoad> |
Implements
System.IEquatable<T>