interface GraphCreatorInputExtrusion {
    assemblyName: string;
    depth: number;
    importUuid: string;
    innerOuterPolygon: InnerOuterPolygon;
    multiplicity: number;
    userImportId: string;
}

Properties

assemblyName: string
depth: number
importUuid: string
innerOuterPolygon: InnerOuterPolygon
multiplicity: number
userImportId: string