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

    Class Fillet3DWiresDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]
      • Optionalradius: number
      • Optionaldirection: Vector3
      • OptionalradiusList: number[]
      • Optionalindexes: number[]

      Returns Fillet3DWiresDto<T>

    Properties

    shapes: T[]

    Shapes to apply the fillets on

    undefined
    
    radius?: number

    Radius of the fillets

    0.1
    

    0

    Infinity

    0.1

    true

    radiusList?: number[]

    Radius list

    undefined
    

    true

    indexes?: number[]

    List of edge indexes to which apply the fillet, if left empty all edges will be rounded

    undefined
    

    true

    direction: Vector3

    Orientation direction for the fillet

    [0, 1, 0]