• Preparing search index...
  • The search index is not available
TrueForm API
  • TrueForm API
  • dsl/geometry
  • hole

Function hole

  • hole(id, onFace, axis, diameter, depth, opts?): Hole
  • Parameters

    • id: string
    • onFace: Selector
    • axis: "+X" | "-X" | "+Y" | "-Y" | "+Z" | "-Z"
    • diameter: number
    • depth: "throughAll" | Scalar
    • Optional opts: {
          counterbore?: HoleCounterbore;
          countersink?: HoleCountersink;
          deps?: string[];
          pattern?: PatternRef;
          position?: Point2D;
          result?: string;
          wizard?: HoleWizard;
      }
      • Optional counterbore?: HoleCounterbore
      • Optional countersink?: HoleCountersink
      • Optional deps?: string[]
      • Optional pattern?: PatternRef
      • Optional position?: Point2D
      • Optional result?: string
      • Optional wizard?: HoleWizard

    Returns Hole

Settings

Member Visibility

Theme

TrueForm API
  • Loading...

Generated using TypeDoc