bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class HelixWireDto

    Index

    Constructors

    • Parameters

      • Optionalradius: number
      • Optionalpitch: number
      • Optionalheight: number
      • Optionalcenter: Point3
      • Optionaldirection: Vector3
      • Optionalclockwise: boolean
      • Optionaltolerance: number

      Returns HelixWireDto

    Properties

    radius: number

    Radius of the helix

    1
    

    0

    Infinity

    0.1

    pitch: number

    Height per complete turn (vertical distance per 360°)

    1
    

    0

    Infinity

    0.1

    height: number

    Total height of the helix

    5
    

    0

    Infinity

    0.1

    center: Point3

    Center of the helix

    [0, 0, 0]
    
    direction: Vector3

    Direction of the helix axis

    [0, 1, 0]
    
    clockwise: boolean

    If true, helix winds clockwise when viewed from above

    false
    
    tolerance: number

    Approximation tolerance

    0.0001
    

    0

    Infinity

    0.0001