Maker.js, a Microsoft Garage project, is a JavaScript library for creating and sharing modular line drawings for CNC and laser cutters.

View project on GitHub Star

Api - IJscadCsgOptions Interface

Jscad CSG export options.

Hierarchy

Index

Properties

Optional accuracy

accuracy: number

Optional exemplar of number of decimal places.

Optional byLayers

byLayers: boolean

Flag to separate chains by layers.

Optional extrude

extrude: number

Optional depth of 3D extrusion.

Optional layerOptions

layerOptions: object

SVG options per layer.

Type declaration

Optional maxArcFacet

maxArcFacet: number

The maximum length between points on an arc or circle.

Optional pointMatchingDistance

pointMatchingDistance: number

Max distance to consider two points as the same.

Optional statusCallback

statusCallback: IStatusCallback

Optional callback to get status during the export.

Optional units

units: string

Optional unit system to embed in exported file, if the export format allows alternate unit systems.

Optional z

z: number

Optional depth of 3D extrusion.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc