Bitbybit Docs
    Preparing search index...

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

    A shape, some of its edges, one face per edge and two shared distances for fillets.chamferEdgesTwoDistances; faces pairs with edges by position.

    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

    The shape the edges belong to.

    undefined
    
    edges: U[]

    The edges to bevel.

    undefined
    
    faces: F[]

    One face per edge, meeting it; distance1 is measured on that face.

    undefined
    
    distance1: number

    How far the bevel reaches from each edge on its paired face, in model units.

    0.1
    

    0

    Infinity

    0.01

    distance2: number

    How far the bevel reaches from each edge on the other face, in model units.

    0.2
    

    0

    Infinity

    0.01