Table of Contents

Class SlottedHole

Namespace
IdeaRS.OpenModel.Connection
Assembly
IdeaRS.OpenModel.dll

Slotted hole of one fastener position in one connected plate

[DataContract]
public class SlottedHole

Inheritance

Inherited Members

Properties

Angle

Direction of the slot in the plate LCS [rad]

[DataMember]
public double Angle { get; set; }

Property Value

double

Plate

Reference to the connected plate which has the slotted hole

[DataMember]
public ReferenceElement Plate { get; set; }

Property Value

ReferenceElement

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

int

SizeFactor

Ratio of the slot length to the borehole diameter - slot length = borehole * SizeFactor

[DataMember]
public double SizeFactor { get; set; }

Property Value

double