Class BaseCapPlate
A single entry on the base/cap plate schedule.
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 class BaseCapPlate
Properties
AdditionalHoles
Additional holes on the base plate. Up to 8.
Declaration
public BaseCapPlateAdditionalHoleList AdditionalHoles { get; }
Property Value
Type | Description |
---|---|
BaseCapPlateAdditionalHoleList |
BoltDiameter
The diameter of bolts to use in the holes of this base plate
Declaration
public double BoltDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
ColumnWeldPrep
Get the column end prep options for BevelGroove welds
Declaration
public BaseCapPlateColumnFlangePrep ColumnWeldPrep { get; }
Property Value
Type | Description |
---|---|
BaseCapPlateColumnFlangePrep |
Grade
Declaration
public SteelGrade Grade { get; }
Property Value
Type | Description |
---|---|
SteelGrade |
HoleDiameter
The diameter of holes in the center of this base plate
Declaration
public double HoleDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
HoleType
The hole type used for the holes in this base plate. Note that the only valid options are AnchorBolt, StandardRound, and Oversize
Declaration
public HoleType HoleType { get; }
Property Value
Type | Description |
---|---|
HoleType |
Piecemark
The piecemark which will be assigned to base/cap plates in the model like this. This also serves as a unique name for this plate in the schedule.
Declaration
public string Piecemark { get; }
Property Value
Type | Description |
---|---|
System.String |
Thickness
The thickness of the plate
Declaration
public double Thickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
VentDrainPattern
Declaration
public VentDrainHolePattern VentDrainPattern { get; }
Property Value
Type | Description |
---|---|
VentDrainHolePattern |
WeldsAsBasePlate
Get the weld options to weld this base plate to the column
Declaration
public BaseCapPlateWelds WeldsAsBasePlate { get; }
Property Value
Type | Description |
---|---|
BaseCapPlateWelds |
WeldsAsCapPlate
Get the weld options to weld this cap plate to the column
Declaration
public BaseCapPlateWelds WeldsAsCapPlate { get; }
Property Value
Type | Description |
---|---|
BaseCapPlateWelds |
Methods
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
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()