Click or drag to resize

IHasLoadDirectionVectorTValue Interface

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

Marker interface for load objects that have a direction of type ActionDirection, which defines the X, Y and Z values for the direction vector

Namespace:  ModelExchanger.AnalysisDataModel.Interfaces
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public interface IHasLoadDirectionVector<TValue>
where TValue : struct, new(), IQuantity

Type Parameters

TValue
The type of force expressed by the load

The IHasLoadDirectionVectorTValue type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Specifies the base direction of the load
Public propertyDirectionVectorX
When Direction is set to Vector, then this property defines the X portion of that vector.
Public propertyDirectionVectorY
When Direction is set to Vector, then this property defines the Y portion of that vector.
Public propertyDirectionVectorZ
When Direction is set to Vector, then this property defines the Z portion of that vector.
Top
See Also