Click or drag to resize

IHasBoundaryNodeConditionTTranslation, TRotation 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<TTranslation, TRotation> : IHasBoundaryNodeConditionBase, 
	IHasTranslationConstraints<TTranslation>, IHasTranslationConstraintsBase<Constraint<TTranslation>>, 
	IHasRotationalConstraints<TRotation>, IHasRotationalConstraintsBase<Constraint<TRotation>>

Type Parameters

TTranslation
The type of unit used to express translational constraints
TRotation
The type of unit used to express rotational constraints

The IHasBoundaryNodeConditionTTranslation, TRotation 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
Extension Methods
See Also