Bitbybit Docs
    Preparing search index...

    Class FilletShapesDto<T> (Inputs.OCCT)

    Shapes, a radius and optional corner indexes for fillets.fillet2dShapes, which rounds each flat wire or face the same way.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

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

      Returns FilletShapesDto<T>

    Properties

    shapes: T[]

    The flat wires or faces whose corners are rounded.

    undefined
    
    radius?: number

    The rounding radius in model units, used for every selected corner unless radiusList is given.

    0.1
    

    0

    Infinity

    0.1

    true

    radiusList?: number[]

    One radius per entry of indexes, in the same order; needs indexes.

    undefined
    

    true

    indexes?: number[]

    Which corners to round, counted from 1 along each outline; leave it out to round them all.

    undefined
    

    true