Class SlottedHole
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Slotted hole of one fastener position in one connected plate
[DataContract]
public class SlottedHoleInheritance
Inherited Members
Properties
Angle
Direction of the slot in the plate LCS [rad]
[DataMember]
public double Angle { get; set; }Property Value
Plate
Reference to the connected plate which has the slotted hole
[DataMember]
public ReferenceElement Plate { get; set; }Property Value
PositionId
Id of the fastener position - matches the Id of the corresponding item in IdeaRS.OpenModel.Connection.FastenerGridBase.Positions
[DataMember]
public int PositionId { get; set; }Property Value
SizeFactor
Ratio of the slot length to the borehole diameter - slot length = borehole * SizeFactor
[DataMember]
public double SizeFactor { get; set; }