Math3D Full Project API
    Preparing search index...
    type FaceInfo = {
        centroid: Point3;
        id: string;
        label: string;
        normal: Vec3 | null;
        plane: Plane3 | null;
        polygon: Polygon3;
        vertices: Point3[];
    }
    Index

    Properties

    centroid: Point3
    id: string
    label: string
    normal: Vec3 | null
    plane: Plane3 | null
    polygon: Polygon3
    vertices: Point3[]