Click or drag to resize

IHasTwoLoadDirectionVectorsTValue Interface

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

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

Type Parameters

TValue

The IHasTwoLoadDirectionVectorsTValue type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Specifies the base direction of the load
(Inherited from IHasLoadDirectionVectorTValue.)
Public propertyDirectionVectorX
When Direction is set to Vector, then this property defines the X portion of that vector.
(Inherited from IHasLoadDirectionVectorTValue.)
Public propertyDirectionVectorX2
When [!:Direction] is set to Vector, then this property defines the X portion of that vector when Distribution is not uniform.
Public propertyDirectionVectorY
When Direction is set to Vector, then this property defines the Y portion of that vector.
(Inherited from IHasLoadDirectionVectorTValue.)
Public propertyDirectionVectorY2
When [!:Direction] is set to Vector, then this property defines the Y portion of that vector when Distribution is not uniform.
Public propertyDirectionVectorZ
When Direction is set to Vector, then this property defines the Z portion of that vector.
(Inherited from IHasLoadDirectionVectorTValue.)
Public propertyDirectionVectorZ2
When [!:Direction] is set to Vector, then this property defines the Z portion of that vector when Distribution is not uniform.
Top
See Also