Bitbybit Docs
    Preparing search index...

    Class ConstraintTanCirclesOnCircleAndPntDto<T> (Inputs.OCCT)

    A circle, a point and a radius for shapes.edge.constraintTanCirclesOnCircleAndPnt, which draws the circles of that radius through the point that touch the circle.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    circle: T

    The circle edge the new circles must touch.

    undefined
    
    point: Point3

    The point the new circles must pass through.

    undefined
    
    tolerance: number

    How close a circle must come to the other 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