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

A hexagon which surrounds a model.

Hierarchy

Index

Properties

Optional caption

caption: ICaption

Optional Caption object.

Optional exporterOptions

exporterOptions: object

Optional exporter options for this model.

Type declaration

  • [exporterName: string]: any

Optional layer

layer: string

Optional layer of this model.

Optional models

models: IModelMap

Optional map of models within this model.

Optional notes

notes: string

An author may wish to add notes to this model instance.

Optional origin

origin: IPoint

Optional origin location of this model.

Optional paths

paths: IPathMap

Optional map of path objects in this model.

radius

radius: number

Radius of the hexagon, which is also the length of a side.

Optional type

type: string

A model may want to specify its type, but this value is not employed yet.

Optional units

units: string

Optional unit system of this model. See UnitType for possible values.

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