Bitbybit Docs
    Preparing search index...

    Class ConstraintTanLinesFromPtToCircleDto<T> (Inputs.OCCT)

    A circle, a point outside it and the filtering options for shapes.edge.constraintTanLinesFromPtToCircle, which draws the tangent lines from the point to the circle.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    circle: T

    The circle edge the lines must touch.

    undefined
    
    point: Point3

    The 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