brepjs API Reference
    Preparing search index...

    Interface VertexHint

    Geometric snapshot of a vertex — a tiebreaker when several candidates survive.

    interface VertexHint {
        entityType: "vertex";
        position?: Vec3;
    }
    Index

    Properties

    entityType: "vertex"
    position?: Vec3