Class HingeElement1D
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
Representation of hinge element 1D
[OpenModelClass("CI.StructModel.Structure.HingeElement1D,CI.StructuralElements", "CI.StructModel.Structure.IHingeElement1D,CI.BasicTypes")]
public class HingeElement1D : OpenElementId
Inheritance
Inherited Members
Properties
HingeTypeRX
Hinge type in dirrection round X
public HingeTypeInDirrection HingeTypeRX { get; set; }
Property Value
HingeTypeRY
Hinge type in dirrection round Y
public HingeTypeInDirrection HingeTypeRY { get; set; }
Property Value
HingeTypeRZ
Hinge type in dirrection round Z
public HingeTypeInDirrection HingeTypeRZ { get; set; }
Property Value
HingeTypeX
Hinge type in dirrection X
public HingeTypeInDirrection HingeTypeX { get; set; }
Property Value
HingeTypeY
Hinge type in dirrection Y
public HingeTypeInDirrection HingeTypeY { get; set; }
Property Value
HingeTypeZ
Hinge type in dirrection Z
public HingeTypeInDirrection HingeTypeZ { get; set; }
Property Value
InitialStiffnessRX
Initial stiffness rotational RX
public double InitialStiffnessRX { get; set; }
Property Value
InitialStiffnessRY
Initial stiffness rotational RY
public double InitialStiffnessRY { get; set; }
Property Value
InitialStiffnessRZ
Initial stiffness rotational RZ
public double InitialStiffnessRZ { get; set; }
Property Value
InitialStiffnessX
Initial stiffness X dirrection
public double InitialStiffnessX { get; set; }
Property Value
InitialStiffnessY
Initial stiffness Y dirrection
public double InitialStiffnessY { get; set; }
Property Value
InitialStiffnessZ
Initial stiffness Z dirrection
public double InitialStiffnessZ { get; set; }