bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class FaceFromMultipleCircleTanWiresDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    circles: T[]

    The circles that will all be joined into a single face through tangential lines

    undefined
    

    Indicates how circles should be joined together. Users can choose to join all circles with each other. Alternatively it is possible to respect the order of circles and only join consecutive circles. It is also possible to respect order and close the shape with first circle in the list.

    allWithAll
    
    unify: boolean

    Choose whether you want faces to be unifided into a single face or not. Sometimes if you want to get faster result you can set this to false, but in this case faces will be returned as compound.

    true
    
    tolerance: number

    tolerance

    1e-7
    

    0

    Infinity

    0.00001