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

    Class FilletEdgeVariableRadiusDto<T, U>

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalshape: T
      • Optionaledge: U
      • OptionalradiusList: number[]
      • OptionalparamsU: number[]

      Returns FilletEdgeVariableRadiusDto<T, U>

    Properties

    shape: T

    Shape to apply the fillet

    undefined
    
    edge: U

    Edge to use for the fillet

    undefined
    
    radiusList: number[]

    Radius list for the fillets that has to match the paramsU list

    undefined
    
    paramsU: number[]

    List of parameters on the edge to which apply the fillet. Each param must be between 0 and 1.

    undefined