Class BaseCapRoundPlate
A round base/cap plate
Inherited Members
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class BaseCapRoundPlate : BaseCapPlate
Properties
Diameter
The diameter of the base cap plate
Declaration
public double Diameter { get; }
Property Value
Type | Description |
---|---|
double |
HoleCount
The number of holes on this round plate
Declaration
public uint HoleCount { get; }
Property Value
Type | Description |
---|---|
uint |
HolePatternOffset
The offset between each hole in the pattern
Declaration
public double HolePatternOffset { get; }
Property Value
Type | Description |
---|---|
double |
HolePatternRadius
The radius of the hole pattern - distance from center of plate to center of every hole.
Declaration
public double HolePatternRadius { get; }
Property Value
Type | Description |
---|---|
double |
Methods
Dispose(bool)
A round base/cap plate
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |