IHasTwoLoadDirectionVectorsTValue Interface |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Interfaces
public interface IHasTwoLoadDirectionVectors<TValue> : IHasLoadDirectionVector<TValue> where TValue : struct, new(), IQuantity
The IHasTwoLoadDirectionVectorsTValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Direction |
Specifies the base direction of the load
(Inherited from IHasLoadDirectionVectorTValue.) |
![]() | DirectionVectorX | (Inherited from IHasLoadDirectionVectorTValue.) |
![]() | DirectionVectorX2 |
When [!:Direction] is set to Vector, then this property defines the X portion of that vector when Distribution is not uniform.
|
![]() | DirectionVectorY | (Inherited from IHasLoadDirectionVectorTValue.) |
![]() | DirectionVectorY2 |
When [!:Direction] is set to Vector, then this property defines the Y portion of that vector when Distribution is not uniform.
|
![]() | DirectionVectorZ | (Inherited from IHasLoadDirectionVectorTValue.) |
![]() | DirectionVectorZ2 |
When [!:Direction] is set to Vector, then this property defines the Z portion of that vector when Distribution is not uniform.
|