Bitbybit Docs
    Preparing search index...

    Class FaceFromMultipleCircleTanWiresDto<T> (Inputs.OCCT)

    Circles in one plane and how to pair them for shapes.face.createFaceFromMultipleCircleTanWires, which joins the pairs with tangent belts.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    circles: T[]

    The circle wires to join, each a single edge.

    undefined
    

    Which pairs get a belt: allWithAll every circle with every other, inOrder neighbors in the list, inOrderClosed also the last with the first.

    allWithAll
    
    unify: boolean

    When true, the belt faces are fused into one shape; when false they come back as a compound, which is faster.

    true
    
    tolerance: number

    How close a line must come to a circle to count as touching it, in model units.

    1e-7
    

    0

    Infinity

    0.00001