Bitbybit Docs
    Preparing search index...

    Class ChamferEdgesListDto<T, U> (Inputs.OCCT)

    A shape, some of its edges and one distance per edge for fillets.chamferEdgesList.

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalshape: T
      • Optionaledges: U[]
      • OptionaldistanceList: number[]

      Returns ChamferEdgesListDto<T, U>

    Properties

    shape: T

    The shape the edges belong to.

    undefined
    
    edges: U[]

    The edges of the shape to bevel.

    undefined
    
    distanceList: number[]

    One bevel distance per edge in model units, in the same order as edges; the lists must have the same length.

    undefined