Math3D Full Project API
    Preparing search index...
    type IncenterPlaneCheck = {
        distance: number | null;
        plane: Plane3 | null;
        status: "ok" | "fail" | "invalid";
        targetFaceId: string;
        tolerance: number;
    }
    Index

    Properties

    distance: number | null
    plane: Plane3 | null
    status: "ok" | "fail" | "invalid"
    targetFaceId: string
    tolerance: number