Bitbybit Docs
    Preparing search index...

    Class FaceFromMultipleCircleTanWireCollectionsDto<T> (Inputs.OCCT)

    Lists of circles and how to pair them for shapes.face.createFaceFromMultipleCircleTanWireCollections, which joins circles of consecutive lists with tangent belts.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    listsOfCircles: T[][]

    The lists of circle wires; belts run between one list and the next.

    undefined
    

    Which pairs get a belt: allWithAll every circle of a list with every circle of the next, inOrder circles at the same position, inOrderClosed also closes each list.

    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