Interface IDerivativeOutputTypeIGES

interface IDerivativeOutputTypeIGES {
    advanced?: {
        sheetType?: string;
        solidType?: string;
        surfaceType?: string;
        tolerance?: number;
    };
    type: "iges";
}

Properties

Properties

advanced?: {
    sheetType?: string;
    solidType?: string;
    surfaceType?: string;
    tolerance?: number;
}

Type declaration

  • Optional sheetType?: string
  • Optional solidType?: string
  • Optional surfaceType?: string
  • Optional tolerance?: number
type: "iges"

Generated using TypeDoc