brepjs API Reference
    Preparing search index...

    Interface DrawingLike

    Structural type matching a Drawing's wire-producing interface. Used in place of importing the actual Drawing class to avoid Layer 2 → Layer 3 boundary violations.

    interface DrawingLike {
        sketchOnPlane(plane: string): { wire: Wire };
    }
    Index

    Methods