IHasRotationalConstraintsT Interface |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Interfaces
public interface IHasRotationalConstraints<T> : IHasRotationalConstraintsBase<Constraint<T>>
The IHasRotationalConstraintsT 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.) |
Name | Description | |
---|---|---|
GetRotationConstraintsT |
Retrieve the rotational constraints from an object which implements IHasRotationalConstraintsT (Defined by ConstraintExtensions.) |