Type Alias: SupportedUnit
type SupportedUnit = "M" | "CM" | "MM" | "INCH" | "FT" | "m" | "mm" | "cm" | "inch" | "ft";
Defined in: export/assemblyExporter.ts:78
type SupportedUnit = "M" | "CM" | "MM" | "INCH" | "FT" | "m" | "mm" | "cm" | "inch" | "ft";
Defined in: export/assemblyExporter.ts:78