Class DrillingPrimitive
Represents a Drilling primitive.
Inheritance
DrillingPrimitive
Inherited Members
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[KnownType(typeof(DrillingHolePrimitive))]
[KnownType(typeof(DrillingSpotFacingPrimitive))]
[KnownType(typeof(DrillingCounterSinkingPrimitive))]
[KnownType(typeof(DrillingTappedHolePrimitive))]
[AvailableSinceVersion(7, 14, 0, 0)]
public abstract class DrillingPrimitive
Remarks
This class is available since v7.14.
Constructors
| Name | Description |
|---|---|
| DrillingPrimitive() | Initializes a new instance of the DrillingPrimitive class. |
Properties
| Name | Description |
|---|---|
| MachiningProcessDocument | Machining process document |
| MachiningProcessValue | Machining process document |
| PrimitiveDepthType | Primitive Depth Type. |
| PrimitiveType | Primitive Type. |