Skip to main content

@buerli.io/headless

0.11.0#

Minor Changes#

  • Change type of parameter for API method addDimensions() in HistoryAPI. This improves the flexibility of adding different dimensions to the model. This change breaks the API.
  • Add new methods to HistoryAPI and SolidAPI called getDrawingId(), getDrawing(), getState() and setFacetingParameters()
  • Fix name of classes solid and history to upper case naming Solid and History. Old class names are set as deprecated and will be removed in a future release.
  • Extend Vec type in HistoryAPI to allow using expressions (string) as values for x, y, and z. This improves the API methods extrusion(), createWorkAxis(), createWorkPoint(), createWorkPlane() and createWorkCoordSystem()

Patch Changes#