Type alias StlExportOptions

StlExportOptions: {
    angularDeflection?: number;
    format?: StlFormat;
    linearDeflection?: number;
    relative?: boolean;
}

Type declaration

  • Optional angularDeflection?: number
  • Optional format?: StlFormat
  • Optional linearDeflection?: number
  • Optional relative?: boolean