Bitbybit Docs
    Preparing search index...

    Class CircleDto (Inputs.OCCT)

    A radius, a center and a plane normal for the circle edge, wire and face methods of shapes and geom.curves.geomCircleCurve.

    Index

    Constructors

    Properties

    Constructors

    Properties

    radius: number

    The distance from the center to the circle, in model units.

    1
    

    0

    Infinity

    0.1

    center: Point3

    The point the circle is centered on.

    [0, 0, 0]
    
    direction: Vector3

    The normal of the plane the circle lies in; the default lays it flat on the ground.

    [0, 1, 0]