Bitbybit Docs
    Preparing search index...

    Class DraftAngleDto<T, U>

    Type Parameters

    • T
    • U
    Index

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalshape: T
      • Optionalfaces: U[]
      • Optionaldirection: Vector3
      • Optionalangle: number
      • OptionalneutralPlaneOrigin: Point3
      • OptionalneutralPlaneDirection: Vector3
      • Optionalflag: boolean

      Returns DraftAngleDto<T, U>

    Properties

    shape: T

    Shape to draft

    undefined
    
    faces: U[]

    Faces of the shape to taper

    undefined
    
    direction: Vector3

    Pull direction the draft is applied along

    [0, 1, 0]
    
    angle: number

    Draft angle in degrees

    5
    

    1

    neutralPlaneOrigin: Point3

    Origin of the neutral plane (kept fixed during drafting)

    [0, 0, 0]
    
    neutralPlaneDirection: Vector3

    Normal of the neutral plane

    [0, 0, 1]
    
    flag: boolean

    Direction flag passed to OCCT (true keeps the standard draft side)

    true