brepjs API Reference
    Preparing search index...

    Interface LatticeOptions

    TPMS lattice tuning. period is the unit-cell size (world units); thickness is the strut wall width in field units. resolution sizes the longest bbox axis in voxels; padding is the positive air-margin ring (>= 1) Surface Nets needs.

    interface LatticeOptions {
        padding?: number;
        period: number;
        resolution?: number;
        thickness: number;
        type: LatticeType;
    }
    Index

    Properties

    padding?: number
    period: number
    resolution?: number
    thickness: number