Bitbybit Docs
    Preparing search index...

    Class RotationExtrudeDto<T> (Inputs.OCCT)

    A flat profile, a height and a twist for operations.rotatedExtrude, which extrudes the profile up along Y while turning it.

    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

    The flat profile to extrude, a wire or a face lying on the ground.

    undefined
    
    height: number

    How far the profile is extruded along Y, in model units.

    1
    

    0

    Infinity

    0.1

    angle: number

    How far the profile turns about the Y axis over the height, in degrees.

    360
    

    0

    360

    1

    makeSolid: boolean

    When true, a face profile gives a closed solid; when false the result is a shell.

    true