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
AnchoringLength
Anchoring Length
[DataMember]
public double AnchoringLength { get; set; }
Property Value
BoltAssembly
Assembly
[DataMember]
public ReferenceElement BoltAssembly { get; set; }
Property Value
ConcreteBlock
Data of concrete block
[DataMember]
public ConcreteBlock ConcreteBlock { get; set; }
Property Value
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
ShearInThread
Indicates, whether a shear plane is in the thread of a bolt.
[DataMember]
public bool ShearInThread { get; set; }
Property Value
WasherSize
Washer Size used if AnchorType is washer
[DataMember]
public double WasherSize { get; set; }