Math3D Full Project API
    Preparing search index...
    type RealizationSeam = {
        edgeId: string;
        kind: "identified" | "self-identified";
        sourceEdgeIds: string[];
    }
    Index

    Properties

    edgeId: string
    kind: "identified" | "self-identified"
    sourceEdgeIds: string[]