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

AnchorInstallationProcess

Anchor installation process

[DataMember]
public InstallationProcessTypeEnum AnchorInstallationProcess { get; set; }

Property Value

InstallationProcessTypeEnum

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

HeadedStudHeadDiameter

Head diameter of headed stud anchor. Used when AnchorType is IdeaRS.OpenModel.Parameters.AnchorType.HeadedStud.

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

Property Value

double

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

ReinforcementMandrelDiameter

Mandrel diameter of reinforcement anchor. Used when AnchorType is IdeaRS.OpenModel.Parameters.AnchorType.Reinforcement.

[DataMember]
public double ReinforcementMandrelDiameter { 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