Class PointLoadInputOptions
Inheritance
System.Object
PointLoadInputOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads.DutyCycleDefinition
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class PointLoadInputOptions : ColumnInputOptions, IEquatable<APIBase>
Properties
Axis
Declaration
public Axis Axis { get; set; }
Property Value
| Type | Description |
|---|---|
| Axis |
ConversionToLoadCase
Declaration
public AdditionalForcesObtainedFrom ConversionToLoadCase { get; set; }
Property Value
| Type | Description |
|---|---|
| AdditionalForcesObtainedFrom |
PointLoad
Declaration
public ListWithSelectedItem<PointLoad> PointLoad { get; set; }
Property Value
| Type | Description |
|---|---|
| ListWithSelectedItem<PointLoad> |
Implements
System.IEquatable<T>