Click or drag to resize

IHasBoundaryNodeConditionTTranslationFirst, TTranslationSecond, TRotationFirst, TRotationSecond Interface

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

Marker interface for objects which have a set of constraints and a Type which quickly identifies the set of constraints.

Namespace:  ModelExchanger.AnalysisDataModel.Interfaces
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public interface IHasBoundaryNodeCondition<TTranslationFirst, TTranslationSecond, TRotationFirst, TRotationSecond> : IHasBoundaryNodeConditionBase, 
	IHasTranslationConstraints<TTranslationFirst, TTranslationSecond>, IHasTranslationConstraintsBase<Constraint<TTranslationFirst, TTranslationSecond>>, 
	IHasRotationalConstraints<TRotationFirst, TRotationSecond>, IHasRotationalConstraintsBase<Constraint<TRotationFirst, TRotationSecond>>

Type Parameters

TTranslationFirst
The type of the first unit used to express translational constraints
TTranslationSecond
The type of the second unit used to express translational constraints>
TRotationFirst
The type of the first unit used to express rotational constraints>
TRotationSecond
The type of the second unit used to express rotational constraints>

The IHasBoundaryNodeConditionTTranslationFirst, TTranslationSecond, TRotationFirst, TRotationSecond type exposes the following members.

Properties
  NameDescription
Public propertyRotationX
Rotational stiffness & the flexibility in rotation of the connection around local X axis
(Inherited from IHasRotationalConstraintsBaseTConstraint.)
Public propertyRotationY
Rotational stiffness & the flexibility in rotation of the connection around local Y axis
(Inherited from IHasRotationalConstraintsBaseTConstraint.)
Public propertyRotationZ
Rotational stiffness & the flexibility in rotation of the connection around local Z axis
(Inherited from IHasRotationalConstraintsBaseTConstraint.)
Public propertyTranslationX
Translation & flexibility of the connection in the X direction;
(Inherited from IHasTranslationConstraintsBaseTConstraint.)
Public propertyTranslationY
Translation & flexibility of the connection in the Y direction;
(Inherited from IHasTranslationConstraintsBaseTConstraint.)
Public propertyTranslationZ
Translation & flexibility of the connection in the Z direction;
(Inherited from IHasTranslationConstraintsBaseTConstraint.)
Public propertyType
The way the support acts in individual directions The value is determined by looking at the constraints.
(Inherited from IHasBoundaryNodeConditionBase.)
Top
See Also