Enum DrillingCounterSinkingMode
Defines the various mode of counter sinking primitive.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 14, 0, 0)]
public enum DrillingCounterSinkingMode
Remarks
This enum is available since v7.14.
Fields
| Name | Description |
|---|---|
| AngleDepth | Defined with an angle and a depth. |
| DiameterAngle | Defined with a diameter and an angle. |
| DiameterAngleDepth | Defined with a diameter, an angle and a depth. |
| DiameterDepth | Defined with a diameter and a depth. |
| None | The counter sinking primitive is not defined |
| Unclassified | Unclassified type. |