Class HoleMachineCountersinkShape
Countersink hole shape operation
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class HoleMachineCountersinkShape
Constructors
HoleMachineCountersinkShape()
Countersink hole shape operation
Declaration
public HoleMachineCountersinkShape()
Properties
Angle
The angle,in radians, to flare the hole out so that the screw head can fit flush
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
double |
Diameter
The diameter, in inches, of the countersunk part of the hole
Declaration
public double Diameter { get; set; }
Property Value
Type | Description |
---|---|
double |
Methods
~HoleMachineCountersinkShape()
Countersink hole shape operation
Declaration
protected ~HoleMachineCountersinkShape()
GetHashCode()
Countersink hole shape operation
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |