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;
}

Type declaration

  • dimension: number
  • Optionaledges?: { color?: TGeometryColor; label: number; name: string; uuid: string }[]
  • Optionalfaces?: { color?: TGeometryColor; label: number; name: string; uuid: string }[]
  • Optionalsolids?: { color?: TGeometryColor; label: number; name: string; uuid: string }[]
  • type: string
  • uuid: string