Class RigidLink
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
Rigid link between nodes
[OpenModelClass("CI.StructModel.Structure.RigidLink,CI.StructuralElements", "CI.StructModel.Structure.IRigidLink,CI.BasicTypes")]
public class RigidLink : OpenElementId
Inheritance
Inherited Members
Constructors
RigidLink()
Constructor
public RigidLink()
Properties
MasterNode
Node to which all six independent degrees of freedom for the element are assigned
public ReferenceElement MasterNode { get; set; }
Property Value
RigidRX
DOF rigid in RX dirrection
public bool RigidRX { get; set; }
Property Value
RigidRY
DOF rigid in RY dirrection
public bool RigidRY { get; set; }
Property Value
RigidRZ
DOF rigid in RZ dirrection
public bool RigidRZ { get; set; }
Property Value
RigidX
DOF rigid in X dirrection
public bool RigidX { get; set; }
Property Value
RigidZ
DOF rigid in Z dirrection
public bool RigidZ { get; set; }
Property Value
SlaveNodes
Dependent nodes
public List<ReferenceElement> SlaveNodes { get; set; }