Bitbybit Docs
    Preparing search index...

    Class ChamferEdgesTwoDistancesListsDto<T, U, F> (Inputs.OCCT)

    A shape, some of its edges, one face per edge and two distances per edge for fillets.chamferEdgesTwoDistancesLists; all the lists pair up by position.

    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

    The shape the edges belong to.

    undefined
    
    edges: U[]

    The edges to bevel.

    undefined
    
    faces: F[]

    One face per edge, meeting it; the first distance is measured on that face.

    undefined
    
    distances1: number[]

    One distance per edge, in model units, measured on the paired face.

    undefined
    
    distances2: number[]

    One distance per edge, in model units, measured on the other face.

    undefined