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

    Class RotationExtrudeDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalheight: number
      • Optionalangle: number
      • OptionalmakeSolid: boolean

      Returns RotationExtrudeDto<T>

    Properties

    shape: T

    Wire to extrude by rotating

    undefined
    
    height: number

    Height of rotation

    1
    

    0

    Infinity

    0.1

    angle: number

    Rotation in degrees

    360
    

    0

    360

    1

    makeSolid: boolean

    Make solid of the result

    true