Class EmbedStudAttachment
Inheritance
System.Object
EmbedStudAttachment
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DesignData.SDS2.Setup
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
Type | Description |
---|---|
System.String |
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
Type | Description |
---|---|
System.Double |
HeadThickness
The thickness of the shear study's head.
Declaration
public double HeadThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
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
Type | Description |
---|---|
System.Double |
RelativeWebRotation
Declaration
public double RelativeWebRotation { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
Finalize()
Declaration
protected void Finalize()
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()