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 - ICombineOptions Interface

Options to pass to model.combine.

Hierarchy

Index

Properties

Optional farPoint

farPoint: IPoint

Point which is known to be outside of the model.

Optional measureA

measureA: Atlas

Cached measurements for model A.

Optional measureB

measureB: Atlas

Cached measurements for model B.

Optional out_deleted

out_deleted: IModel[]

Output array of 2 models (corresponding to the input models) containing paths that were deleted in the combination. Each path will be of type IPathRemoved, which has a .reason property describing why it was removed.

Optional pointMatchingDistance

pointMatchingDistance: number

Max distance to consider two points as the same.

Optional trimDeadEnds

trimDeadEnds: boolean

Flag to remove paths which are not part of a loop.

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