Bitbybit Docs
    Preparing search index...

    Class ConstraintTanLinesFromTwoPtsToCircleDto<T> (Inputs.OCCT)

    A circle, two points and the filtering options for shapes.edge.constraintTanLinesFromTwoPtsToCircle, which draws the tangent lines from each point to the circle.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    circle: T

    The circle edge the lines must touch.

    undefined
    
    point1: Point3

    The first point the lines start from; it must lie outside the circle.

    undefined
    
    point2: Point3

    The second point the lines start from; it must lie outside the circle.

    undefined
    
    tolerance: number

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

    1e-7
    

    0

    Infinity

    0.00001

    positionResult: positionResultEnum

    Which lines to keep: those on one side of the circle, the other side, or all of them.

    all
    
    circleRemainder: circleInclusionEnum

    Whether to add the piece of the circle between the touching points on one side or the other; none adds nothing.

    none