brepjs API Reference
    Preparing search index...

    Interface StepExportOptions

    Options for configured STEP export.

    interface StepExportOptions {
        modelUnit?: string;
        schema?: number;
        unit?: string;
    }
    Index

    Properties

    modelUnit?: string

    Model unit override.

    schema?: number

    STEP schema version (e.g., 203, 214, 242).

    unit?: string

    Length unit for the STEP file (e.g., 'mm', 'inch', 'm').