Bitbybit Docs
    Preparing search index...

    Class WireFromTwoCirclesTanDto<T> (Inputs.OCCT)

    Two circles in one plane and which pieces to keep for shapes.wire.createWireFromTwoCirclesTan, a closed outline around both circles.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    circle1: T

    The first circle wire; it must consist of a single edge.

    undefined
    
    circle2: T

    The second circle wire; it must consist of a single edge.

    undefined
    

    Which tangent lines join the circles: outside gives the belt that does not cross itself, inside the crossing lines.

    outside
    
    circleRemainders: fourSidesStrictEnum

    Which arc of each circle stays in the outline: both outside, both inside, or one of each.

    outside
    
    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