brepjs API Reference
    Preparing search index...

    Interface RepairOptions

    Voxel-repair tuning. resolution sizes the longest bbox axis in voxels; padding is the positive air-margin ring (>= 1) Surface Nets needs.

    interface RepairOptions {
        padding?: number;
        resolution?: number;
    }
    Index

    Properties

    padding?: number
    resolution?: number