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

    Class FilletEdgesVariableRadiusDto<T, U>

    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

    Shape to apply the fillet

    undefined
    
    edges: U[]

    Edges to use for the fillet

    undefined
    
    radiusLists: number[][]

    Lists of radius lists for the fillets. Top level array length needs to match the nr of edges used and each second level array needs to match paramsU length array at the same index.

    undefined
    
    paramsULists: number[][]

    Lists of parameter lists on the edges to which apply the fillet. Each param must be between 0 and 1. Top level array length needs to match the nr of edges used and each second level array needs to match radius length array at the same index.

    undefined