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

    Class ChamferDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionaldistance: number
      • OptionaldistanceList: number[]
      • Optionalindexes: number[]

      Returns ChamferDto<T>

    Properties

    shape: T

    Shape to apply the chamfer

    undefined
    
    distance?: number

    Distance for the chamfer

    0.1
    

    0

    Infinity

    true

    0.1

    distanceList?: number[]

    Distance for the chamfer

    undefined
    

    true

    indexes?: number[]

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

    undefined
    

    true