brepjs API Reference
    Preparing search index...

    Interface Ellipse2dOptions

    Options for ellipse construction.

    interface Ellipse2dOptions {
        sense?: boolean;
        xDir?: Point2D;
    }
    Index

    Properties

    Properties

    sense?: boolean

    Orientation sense (default: true = counter-clockwise).

    xDir?: Point2D

    X-axis direction for the major axis (default: [1, 0]).