Bitbybit Docs
    Preparing search index...

    Class FilletDto<T> (Inputs.OCCT)

    A shape, a radius and optional edge or corner indexes for fillets.filletEdges and fillets.fillet2d; radiusList pairs with indexes when both are given.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

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

      Returns FilletDto<T>

    Properties

    shape: T

    The shape whose edges, or whose corners for a flat wire or face, are rounded.

    undefined
    
    radius?: number

    The rounding radius in model units, used for every selected edge 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 edges to round, counted from 0 for filletEdges, or which corners, counted from 1 for fillet2d; leave it out to round them all.

    undefined
    

    true