Bitbybit Docs
    Preparing search index...

    Class ConstraintTanCirclesOnTwoCirclesDto<T> (Inputs.OCCT)

    Two circles and a radius for shapes.edge.constraintTanCirclesOnTwoCircles, which draws the circles of that radius touching both.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    circle1: T

    The first circle edge the new circles must touch.

    undefined
    
    circle2: T

    The second circle edge the new circles must touch.

    undefined
    
    tolerance: number

    How close a circle must come to the others to count as touching, in model units.

    1e-7
    

    0

    Infinity

    0.00001

    radius: number

    The radius of the circles to draw, in model units.

    0.3
    

    0

    Infinity

    0.1