brepjs API Reference
    Preparing search index...

    Interface EdgeHint

    Geometric snapshot of an edge — a tiebreaker for the rare case where an edge's two faces share more than one edge.

    interface EdgeHint {
        entityType: "edge";
        length?: number;
        midpoint?: Vec3;
    }
    Index

    Properties

    entityType: "edge"
    length?: number
    midpoint?: Vec3

    Midpoint of the edge's endpoint vertices.