interface tGeom {
    calcErr: boolean;
    fig: tFigures;
    logstr: string;
    partName: string;
    sub: tSubDesign;
    vol: tVolume;
}

Properties

calcErr: boolean
logstr: string
partName: string
vol: tVolume