Class AnchorGrid
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Data of the anchor grid
[DataContract]
public class AnchorGrid : FastenerGridBaseInheritance
Inherited Members
Properties
AnchorInstallationProcess
Anchor installation process
[DataMember]
public InstallationProcessTypeEnum AnchorInstallationProcess { get; set; }Property Value
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
HeadedStudHeadDiameter
Head diameter of headed stud anchor. Used when AnchorType is IdeaRS.OpenModel.Parameters.AnchorType.HeadedStud.
[DataMember]
public double HeadedStudHeadDiameter { 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
ReinforcementMandrelDiameter
Mandrel diameter of reinforcement anchor. Used when AnchorType is IdeaRS.OpenModel.Parameters.AnchorType.Reinforcement.
[DataMember]
public double ReinforcementMandrelDiameter { 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; }