brepjs API Reference
    Preparing search index...

    Interface VoxelOpOptions

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

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

    Properties

    padding?: number
    resolution?: number