Product update

Release Notes - November 12, 2025

Product & Engineering avatar
Shared by Product & Engineering • November 12, 2025

Here's what's new in our latest update:

SDK Release v0.22.0

  • Manual stitching: New VolumeSelection.stitch() method replaces automatic stitching at import, giving you full control.
  • New geometry deletion: Geometry.delete() lets you remove geometry entities directly in code.
  • Improved tag handling: Geometry methods that modify tags now return the updated Tag object automatically.
  • Default meshing change: The default sizing strategy in MeshGenerationParams is now Minimal (was MaxCount). To preserve previous behavior, set sizing_strategy=lc.meshing.sizing_strategy.MaxCount(10_000_000).
  • Expanded Boolean options: union, subtract, intersection, and chop now accept keep, keep_source_bodies, and keep_tool_bodies for consistent control with the web app.
  • Enhanced circular patterns: VolumeSelection.circular_pattern() now supports full and symmetric options for 360° or mirrored patterns.

For full details, see the complete release notes.

here.

Enhancements

  • You can now import more objects from a Blender file. This includes surfaces and metaballs.

Bug Fixes

  • General robustness and performance improvements.