IHasBoundaryNodeConditionTTranslation, TRotation Interface |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Interfaces
public interface IHasBoundaryNodeCondition<TTranslation, TRotation> : IHasBoundaryNodeConditionBase, IHasTranslationConstraints<TTranslation>, IHasTranslationConstraintsBase<Constraint<TTranslation>>, IHasRotationalConstraints<TRotation>, IHasRotationalConstraintsBase<Constraint<TRotation>>
The IHasBoundaryNodeConditionTTranslation, TRotation 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.) |
Name | Description | |
---|---|---|
GetRotationConstraintsTRotation |
Retrieve the rotational constraints from an object which implements IHasRotationalConstraintsT (Defined by ConstraintExtensions.) | |
GetTranslationConstraintsTTranslation |
Retrieve the translational constraints from an object which implements IHasTranslationConstraintsTStiffness (Defined by ConstraintExtensions.) |