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

    Class ChamferEdgesTwoDistancesListsDto<T, U, F>

    Type Parameters

    • T
    • U
    • F
    Index

    Constructors

    • Type Parameters

      • T
      • U
      • F

      Parameters

      • Optionalshape: T
      • Optionaledges: U[]
      • Optionalfaces: F[]
      • Optionaldistances1: number[]
      • Optionaldistances2: number[]

      Returns ChamferEdgesTwoDistancesListsDto<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
    
    distances1: number[]

    Distance 1 list for the chamfers

    undefined
    
    distances2: number[]

    Distance 2 list for the chamfers

    undefined