brepjs API Reference
    Preparing search index...

    Interface KernelCapabilities

    interface KernelCapabilities {
        brepExport: boolean;
        exact: boolean;
        exactMeasurement: boolean;
        tessellationModel: TessellationModel;
    }
    Index

    Properties

    brepExport: boolean

    Can serialize to B-rep exchange formats (BREP/STEP).

    exact: boolean

    Exact B-rep geometry (vs. a mesh approximation).

    exactMeasurement: boolean

    Volume/area/length match the analytic value (vs. mesh-approximate).

    tessellationModel: TessellationModel

    How tessellation resolution is controlled — see module docs.