Table of Contents

Class BoltGrid

Namespace
IdeaRS.OpenModel.Connection
Assembly
IdeaRS.OpenModel.dll
[DataContract]
public class BoltGrid : FastenerGridBase

Inheritance

Inherited Members

Properties

BoltAssembly

Assembly

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

Property Value

ReferenceElement

BoltInteraction

Indicates type of shear transfer

[DataMember]
public BoltShearType BoltInteraction { get; set; }

Property Value

BoltShearType

ShearInThread

Indicates, whether a shear plane is in the thread of a bolt.

[DataMember]
public bool ShearInThread { get; set; }

Property Value

bool

SlottedHoles

Slotted holes of grid positions per connected plate. Null or missing entry means a round hole.

[DataMember]
public List<SlottedHole> SlottedHoles { get; set; }

Property Value

List<SlottedHole>