Tanatloc documentation
    Preparing search index...

    Type Alias TGeometrySummary

    type TGeometrySummary = {
        dimension: number;
        edges?: {
            color?: TGeometryColor;
            label: number;
            name: string;
            uuid: string;
        }[];
        faces?: {
            color?: TGeometryColor;
            label: number;
            name: string;
            uuid: string;
        }[];
        solids?: {
            color?: TGeometryColor;
            label: number;
            name: string;
            uuid: string;
        }[];
        type: string;
        uuid: string;
    }
    Index

    Properties

    dimension: number
    edges?: { color?: TGeometryColor; label: number; name: string; uuid: string }[]
    faces?: { color?: TGeometryColor; label: number; name: string; uuid: string }[]
    solids?: { color?: TGeometryColor; label: number; name: string; uuid: string }[]
    type: string
    uuid: string