Skip to content

Sketch Methods

Compare
Choose a tag to compare
@gumyr gumyr released this 12 Jun 22:16
· 81 commits to main since this release
ba9084b

Added the following new Sketch methods:

  • add() - add a Edge, Wire or Face
  • boundingBox() - add the bounding box for the selected item(s)
  • text() - add linear or text on a path
  • val() - export selected item
  • vals() - export selected items

The Sketch.text() and the refactored Workplane.textOnPath() methods both depend on the new Compound.make2DText() method