Bitbybit Docs
    Preparing search index...

    Class FilletEdgesVariableRadiusDto<T, U> (Inputs.OCCT)

    A shape, some of its edges and a radius profile per edge for fillets.filletEdgesVariableRadius; the three lists pair up by position.

    Type Parameters

    • T
    • U
    Index

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalshape: T
      • Optionaledges: U[]
      • OptionalradiusLists: number[][]
      • OptionalparamsULists: number[][]

      Returns FilletEdgesVariableRadiusDto<T, U>

    Properties

    shape: T

    The shape the edges belong to.

    undefined
    
    edges: U[]

    The edges to round, each with its own radius profile.

    undefined
    
    radiusLists: number[][]

    One list per edge of radii in model units, each pairing with the matching list in paramsULists.

    undefined
    
    paramsULists: number[][]

    One list per edge of positions as fractions from 0 to 1 along it, each pairing with the matching list in radiusLists.

    undefined