Bitbybit Docs
    Preparing search index...

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

    A shape, some of its edges, one face, distance and angle per edge for fillets.chamferEdgesDistsAngles; all the lists pair up by position.

    Type Parameters

    • T
    • U
    • F
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U
      • F

      Parameters

      • Optionalshape: T
      • Optionaledges: U[]
      • Optionalfaces: F[]
      • Optionaldistances: number[]
      • Optionalangles: number[]

      Returns ChamferEdgesDistsAnglesDto<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
    
    distances: number[]

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

    undefined
    
    angles: number[]

    One bevel angle per edge, in degrees, measured from the paired face.

    undefined