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

    Class ChamferEdgesTwoDistancesDto<T, U, F>

    Type Parameters

    • T
    • U
    • F
    Index

    Constructors

    • Type Parameters

      • T
      • U
      • F

      Parameters

      • Optionalshape: T
      • Optionaledges: U[]
      • Optionalfaces: F[]
      • Optionaldistance1: number
      • Optionaldistance2: number

      Returns ChamferEdgesTwoDistancesDto<T, U, F>

    Properties

    shape: T

    Shape to apply the chamfer

    undefined
    
    edges: U[]

    Edges to apply the chamfers to

    undefined
    
    faces: F[]

    Faces from which to apply the angle of the chamfers

    undefined
    
    distance1: number

    First distance from the face for the chamfer

    0.1
    

    0

    Infinity

    0.01

    distance2: number

    Second distance for the chamfer

    0.2
    

    0

    Infinity

    0.01