Type alias StepExportOptions

StepExportOptions: {
    precision?: number;
    schema?: StepSchema;
    unit?: StepUnit;
}

Type declaration