Bitbybit Docs
    Preparing search index...

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

    A shape, some of its edges, one face per edge and a shared distance and angle for fillets.chamferEdgesDistAngle; faces pairs with edges by position.

    Type Parameters

    • T
    • U
    • F
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U
      • F

      Parameters

      • Optionalshape: T
      • Optionaledges: U[]
      • Optionalfaces: F[]
      • Optionaldistance: number
      • Optionalangle: number

      Returns ChamferEdgesDistAngleDto<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 distance is measured on that face and the angle from it.

    undefined
    
    distance: number

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

    0.1
    

    0

    Infinity

    0.01

    angle: number

    The slope of the bevels away from the paired faces, in degrees; 45 gives an even chamfer.

    45
    

    0

    Infinity

    1