Type alias Hole

Hole: FeatureBase & {
    axis: AxisDirection;
    counterbore?: HoleCounterbore;
    countersink?: HoleCountersink;
    depth: Scalar | "throughAll";
    diameter: Scalar;
    kind: "feature.hole";
    onFace: Selector;
    pattern?: PatternRef;
    position?: Point2D;
    result?: string;
    wizard?: HoleWizard;
}

Type declaration