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

    Class FilletShapesDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

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

      Returns FilletShapesDto<T>

    Properties

    shapes: T[]

    Shapes 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