Class BaseCapRoundPlate
A round base/cap plate
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 BaseCapRoundPlate : BaseCapPlate
Properties
Diameter
The diameter of the plate
Declaration
public double Diameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
HoleCount
The number of holes on this round plate
Declaration
public uint HoleCount { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
HolePatternOffset
The offset between each hole in the pattern
Declaration
public double HolePatternOffset { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Double |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |