Enum DrillingPrimitiveDepthType
Defines the various types of depth of primitive of drilling features entities.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 14, 0, 0)]
public enum DrillingPrimitiveDepthType
Remarks
This enum is available since v7.14.
Fields
Name | Description |
---|---|
Blind | Blind. |
None | Not a primitive depth. |
Through | Through. |
ThroughAll | Through All. |
Unclassified | Unclassified type. |
UpToPlane | Up To Plane. |
UpToPoint | Up To Point. |
UpToSurface | Up To Surface. |