Class DrillingTappedHolePrimitive
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 DrillingTappedHolePrimitive : 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 |
|---|---|
| DrillingTappedHolePrimitive(SmartReal, SmartReal, DrillingHolePrimitiveBottomType, SmartReal, SmartReal, string) | Initializes a new instance of a blind DrillingTappedHolePrimitive class. |
Fields
| Name | Description |
|---|---|
| Description | Primitive Tapping Diameter. |
| HoleBottomAngle | Primitive Hole Bottom Angle. |
| HoleBottomType | Primitive Hole Bottom Type. |
| HoleDepth | Primitive Hole Depth. |
| HoleDiameter | Primitive Hole Diameter. |
| HoleTaperAngle | Primitive Taper Angle. |
| IsCompleteTapping | Tells wether the tapping is complete. |
| IsHoleTotalDepth | Tells or sets whether is total depth, i.e from the drill origin to the hole extremity. |
| IsLeftHand | Tells wether the tapped hole is left hand. |
| IsStandard | Tells wether the tapped hole comes from a document. |
| IsTaperedHole | Tells wether the tapped hole is tapered. |
| IsTaperedThread | Tells or sets whether the tapped hole is tapered thread. |
| TappingDepth | Primitive Tapping Depth. |
| TappingDiameter | Primitive Tapping Diameter. |
| TappingPitch | Primitive Tapping Pitch. |
| ThreadStartNumber | Primitive Thread Start Number. |
Properties
| Name | Description |
|---|---|
| PrimitiveType | Primitive Type. |