IHasBoundaryNodeConditionTTranslationFirst, TTranslationSecond, TRotationFirst, TRotationSecond Interface |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Interfaces
public interface IHasBoundaryNodeCondition<TTranslationFirst, TTranslationSecond, TRotationFirst, TRotationSecond> : IHasBoundaryNodeConditionBase, IHasTranslationConstraints<TTranslationFirst, TTranslationSecond>, IHasTranslationConstraintsBase<Constraint<TTranslationFirst, TTranslationSecond>>, IHasRotationalConstraints<TRotationFirst, TRotationSecond>, IHasRotationalConstraintsBase<Constraint<TRotationFirst, TRotationSecond>>
The IHasBoundaryNodeConditionTTranslationFirst, TTranslationSecond, TRotationFirst, TRotationSecond type exposes the following members.
Name | Description | |
---|---|---|
RotationX |
Rotational stiffness & the flexibility in rotation of the connection around local X axis
(Inherited from IHasRotationalConstraintsBaseTConstraint.) | |
RotationY |
Rotational stiffness & the flexibility in rotation of the connection around local Y axis
(Inherited from IHasRotationalConstraintsBaseTConstraint.) | |
RotationZ |
Rotational stiffness & the flexibility in rotation of the connection around local Z axis
(Inherited from IHasRotationalConstraintsBaseTConstraint.) | |
TranslationX |
Translation & flexibility of the connection in the X direction;
(Inherited from IHasTranslationConstraintsBaseTConstraint.) | |
TranslationY |
Translation & flexibility of the connection in the Y direction;
(Inherited from IHasTranslationConstraintsBaseTConstraint.) | |
TranslationZ |
Translation & flexibility of the connection in the Z direction;
(Inherited from IHasTranslationConstraintsBaseTConstraint.) | |
Type |
The way the support acts in individual directions
The value is determined by looking at the constraints.
(Inherited from IHasBoundaryNodeConditionBase.) |