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

    Class FilletDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalradius: number
      • OptionalradiusList: number[]
      • Optionalindexes: number[]

      Returns FilletDto<T>

    Properties

    shape: T

    Shape to apply the fillets

    undefined
    
    radius?: number

    Radius of the fillets

    0.1
    

    0

    Infinity

    0.1

    true

    radiusList?: number[]

    Radius list

    undefined
    

    true

    indexes?: number[]

    List of edge indexes to which apply the fillet, if left empty all edges will be rounded

    undefined
    

    true