brepjs API Reference
    Preparing search index...

    Interface EllipseArcOptions

    Options for ellipseArc.

    interface EllipseArcOptions {
        at?: Vec3;
        axis?: Vec3;
        normal?: Vec3;
        xDir?: Vec3;
    }
    Index

    Properties

    Properties

    at?: Vec3

    Center. Default: [0, 0, 0].

    axis?: Vec3

    Axis direction. Default: [0, 0, 1].

    normal?: Vec3

    Use axis instead. Will be removed in v8.0.0.

    xDir?: Vec3

    Major axis direction.