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

    Class FlatSpiralWireDto

    Index

    Constructors

    • Parameters

      • OptionalstartRadius: number
      • OptionalendRadius: number
      • OptionalnumTurns: number
      • Optionalcenter: Point3
      • Optionaldirection: Vector3
      • Optionalclockwise: boolean
      • Optionaltolerance: number

      Returns FlatSpiralWireDto

    Properties

    startRadius: number

    Starting radius from center

    0.5
    

    0

    Infinity

    0.1

    endRadius: number

    Ending radius from center

    5
    

    0

    Infinity

    0.1

    numTurns: number

    Number of complete turns

    5
    

    0

    Infinity

    0.5

    center: Point3

    Center of the spiral

    [0, 0, 0]
    
    direction: Vector3

    Normal direction of the spiral plane

    [0, 1, 0]
    
    clockwise: boolean

    If true, spiral winds clockwise when viewed from above

    false
    
    tolerance: number

    Approximation tolerance

    0.0001
    

    0

    Infinity

    0.0001