Bitbybit Docs
    Preparing search index...

    Class MakeDraftToShapeDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionaldirection: Vector3
      • Optionalangle: number
      • OptionalstopShape: T
      • OptionalkeepOut: boolean
      • Optionalinternal: boolean

      Returns MakeDraftToShapeDto<T>

    Properties

    shape: T

    Shape (or face/wire) to draft from

    undefined
    
    direction: Vector3

    Draft direction

    [0, 1, 0]
    
    angle: number

    Draft angle in degrees

    5
    

    1

    stopShape: T

    Shape the draft is performed up to

    undefined
    
    keepOut: boolean

    Keep the part of the stop shape outside the draft

    false
    
    internal: boolean

    Whether the draft is internal

    false