Skip to main content

@buerli.io/headless

0.13.0#

Minor Changes#

    • Add new API method twist() to create twist feature.
    • Add new API method getSketch()to be able to get a sketch by its name from a part or instance.
    • Extended input parameter of methods extrusion() and revolve(), to be able to use sketch curves, sketch regions and composite curves directly, beside sketches which were already possible as input.

Patch Changes#

  • Updated dependencies
  • Updated dependencies
  • Updated dependencies

0.12.0#

Patch Changes#

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#