Type alias SketchDxfOptions

SketchDxfOptions: {
    constructionLayer?: string;
    layer?: string;
    unit?: "mm" | "cm" | "m" | "in";
}

Type declaration

  • Optional constructionLayer?: string
  • Optional layer?: string
  • Optional unit?: "mm" | "cm" | "m" | "in"