Table of Contents

Class BoltAssembly

Namespace
IdeaRS.OpenModel.Material
Assembly
IdeaRS.OpenModel.dll

Bolt assembly

[OpenModelClass("CI.StructModel.Libraries.Material.BoltAssembly,CI.Material", "CI.StructModel.Libraries.Material.BoltAssembly,CI.Material", typeof(BoltAssembly))]
[DataContract]
[JsonObject(MemberSerialization = MemberSerialization.OptOut)]
public class BoltAssembly : OpenElementId

Inheritance

Inherited Members

Properties

BoltGrade

Bolt grade

public ReferenceElement BoltGrade { get; set; }

Property Value

ReferenceElement

Borehole

Size of bore Hole

public double Borehole { get; set; }

Property Value

double

DiagonalHeadDiameter

Second diameter of the head

public double DiagonalHeadDiameter { get; set; }

Property Value

double

Diameter

Bolt diameter

public double Diameter { get; set; }

Property Value

double

GrossArea

Gross cross-section area

public double GrossArea { get; set; }

Property Value

double

HeadDiameter

Diameter of the head

public double HeadDiameter { get; set; }

Property Value

double

HeadHeight

Thickness of head

public double HeadHeight { get; set; }

Property Value

double

LoadFromLibrary

Load from library - try override properties from library find BoltAssembly by name

public bool LoadFromLibrary { get; set; }

Property Value

bool

Name

Name of bolt assembly

public string Name { get; set; }

Property Value

string

NutThickness

Thickness of Nut

public double NutThickness { get; set; }

Property Value

double

TensileStressArea

Tensile stress area

public double TensileStressArea { get; set; }

Property Value

double

WasherAtHead

Washer at head side of bolt assembly

public bool WasherAtHead { get; set; }

Property Value

bool

WasherAtNut

Is washer at Nut side of bolt assembly

public bool WasherAtNut { get; set; }

Property Value

bool

WasherThickness

Thickness of washer

public double WasherThickness { get; set; }

Property Value

double