Bitbybit Docs
    Preparing search index...

    Class EllipseDto (Inputs.OCCT)

    A center, a plane normal and two radii for the ellipse edge, wire and face methods of shapes and geom.curves.geomEllipseCurve.

    Index

    Constructors

    Properties

    center: Point3

    The point the ellipse is centered on.

    [0, 0, 0]
    
    direction: Vector3

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

    [0, 1, 0]
    
    radiusMinor: number

    The half-width across the ellipse's short axis, in model units; must not exceed radiusMajor.

    1
    

    0

    Infinity

    0.1

    radiusMajor: number

    The half-width along the ellipse's long axis, in model units.

    2
    

    0

    Infinity

    0.1