Class DrillingHolePrimitive
Represents a Hole Drilling Primitive.
Inherited Members
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 14, 0, 0)]
public class DrillingHolePrimitive : DrillingPrimitive
Remarks
This class is available since v7.14.
Warning: This class has been modified for 7.15, please recompile your solution to use it.
Constructors
| Name | Description |
|---|---|
| DrillingHolePrimitive(SmartReal) | Initializes a new instance of a through DrillingHolePrimitive class. |
| DrillingHolePrimitive(SmartReal, SmartReal, DrillingHolePrimitiveBottomType) | Initializes a new instance of a blind DrillingHolePrimitive class. |
Fields
| Name | Description |
|---|---|
| BottomAngle | Primitive Bottom Angle. |
| BottomType | Primitive Bottom Type. |
| Depth | Primitive Depth. |
| Diameter | Primitive Diameter. |
| IsTapered | Primitive Bottom Angle. |
| TaperAngle | Primitive Taper Angle. |
Properties
| Name | Description |
|---|---|
| PrimitiveType | Primitive Type. |