Click or drag to resize

StructuralPointLoadBaseTTypeOfValue, TTypeOfDirection Class

[This is preliminary documentation and is subject to change.]

Base class for any kind of point load
Inheritance Hierarchy

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public abstract class StructuralPointLoadBase<TTypeOfValue, TTypeOfDirection> : StructuralAnalysisObjectBase, 
	ILoadAnalysisObject, IStructuralAnalysisObject, IAnalysisObject, IEquatable<StructuralPointLoadBase<TTypeOfValue, TTypeOfDirection>>

Type Parameters

TTypeOfValue
The unit in which the value of the load is expressed
TTypeOfDirection
The type of directions supported by the load

The StructuralPointLoadBaseTTypeOfValue, TTypeOfDirection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCoordinateSystem
Defines the coordinate system of the member in which the load is applied
Public propertyDirection
Specifies the base direction of the load
Public propertyForceAction
Defines on which type of structural element the point load acts
Public propertyId
The ID of the Analysis object. Needs to be unique within the entire model
(Inherited from StructuralAnalysisObjectBase.)
Public propertyLoadCase
The StructuralLoadCase to which this load is assigned
Public propertyName
The name of the Analysis object. Needs to be unique within it's type
(Inherited from StructuralAnalysisObjectBase.)
Public propertyType
Defines what the load is caused by
Public propertyValue
The value of the point load
Top
Methods
Events
  NameDescription
Public eventPropertyChanged (Inherited from StructuralAnalysisObjectBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodToObjectIdentifier
Converts the provided IAnalysisObject into an AnalysisObjectIdentifier
(Defined by IAnalysisObjectExtensions.)
Top
See Also