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

    Class FilletEdgesListDto<T, U>

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalshape: T
      • Optionaledges: U[]
      • OptionalradiusList: number[]

      Returns FilletEdgesListDto<T, U>

    Properties

    shape: T

    Shape to apply the fillet

    undefined
    
    edges: U[]

    Edges to use for the fillet

    undefined
    
    radiusList: number[]

    Radius list for the fillets. The length of this array must match the length of the edges array. Each index corresponds to fillet on the edge at the same index.

    undefined