Class EmbedStudAttachment
Inheritance
EmbedStudAttachment
Assembly: DesignData.SDS2.Setup.dll
Syntax
public sealed class EmbedStudAttachment
Constructors
EmbedStudAttachment()
Declaration
public EmbedStudAttachment()
Properties
Grade
This is the grade of steel for all of the shear studs
that are a part of this pattern. This applies to embed plates,
angles and channels.
Declaration
public string Grade { get; }
Property Value
HeadDiameter
The diameter of the shear stud's head. Making this
diameter the same as the stud "Diameter" results in shear studs
without heads.
Declaration
public double HeadDiameter { get; }
Property Value
HeadThickness
The thickness of the shear study's head.
Declaration
public double HeadThickness { get; }
Property Value
Length
The distance between the two ends of the shear
studs. The head is included in the length of a shear stud. This
applies to embed plates, angles and channels.
Declaration
public double Length { get; }
Property Value
RelativeWebRotation
Declaration
public double RelativeWebRotation { get; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
object |
other |
|
Returns
Overrides
~EmbedStudAttachment()
Declaration
protected ~EmbedStudAttachment()
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides