brepjs API Reference
    Preparing search index...

    Interface GeometricHint

    Geometric snapshot of a face, used for fallback matching when hashes change.

    interface GeometricHint {
        area?: number;
        centroid?: Vec3;
        entityType: "face";
        normal?: Vec3;
        surfaceType?: SurfaceType;
    }
    Index

    Properties

    area?: number
    centroid?: Vec3
    entityType: "face"
    normal?: Vec3
    surfaceType?: SurfaceType