Type alias TGeometrySummary

    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
    • Optional edges?: {
          color?: TGeometryColor;
          label: number;
          name: string;
          uuid: string;
      }[]
    • Optional faces?: {
          color?: TGeometryColor;
          label: number;
          name: string;
          uuid: string;
      }[]
    • Optional solids?: {
          color?: TGeometryColor;
          label: number;
          name: string;
          uuid: string;
      }[]
    • type: string
    • uuid: string

    Generated using TypeDoc and TypeDoc Airthium Plugin