Bitbybit Docs
    Preparing search index...

    Class ConstraintTanLinesOnTwoCirclesDto<T> (Inputs.OCCT)

    Two circles and the filtering options for shapes.edge.constraintTanLinesOnTwoCircles and shapes.wire.createWireFromTwoCirclesTan, which draw the lines that touch both circles.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    circle1: T

    The first circle edge the lines must touch.

    undefined
    
    circle2: T

    The second circle edge the lines must touch.

    undefined
    
    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

    positionResult: positionResultEnum

    Which lines to keep: the outer pair, the crossing inner pair, or all of them.

    all
    
    circleRemainders: twoCircleInclusionEnum

    Which pieces of the circles between the touching points to add: the outside arcs, the inside arcs, one of each, or none.

    none