Table of Contents

Class AnchorGrid

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

Data of the anchor grid

[DataContract]
public class AnchorGrid : FastenerGridBase

Inheritance

Inherited Members

Properties

AnchorType

Anchor Type - washer

[DataMember]
public AnchorType AnchorType { get; set; }

Property Value

AnchorType

AnchoringLength

Anchoring Length

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

Property Value

double

BoltAssembly

Assembly

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

Property Value

ReferenceElement

ConcreteBlock

Data of concrete block

[DataMember]
public ConcreteBlock ConcreteBlock { get; set; }

Property Value

ConcreteBlock

HookLength

Length of anchor hook
(distance from the inner surface of the anchor shaft to the outer tip of the hook specified as an anchor diameter multiplier)

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

Property Value

double

ShearInThread

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

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

Property Value

bool

WasherSize

Washer Size used if AnchorType is washer

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

Property Value

double