Skip to content

COMPAS 2.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 14:23
· 7 commits to main since this release
d736e6a

Added

  • Added Group to compas.scene.
  • Added compas.geometry.Brep.cap_planar_holes.
  • Added compas_rhino.geometry.RhinoBrep.cap_planar_holes.
  • Added compas.geometry.angle_vectors_projected.
  • Added compas.geometry.Brep.from_curves.
  • Added compas_rhino.geometry.RhinoBrep.from_curves.

Changed

  • Changed SceneObject.frame to read-only result of Frame.from_transformation(SceneObject.worldtransformation), representing the local coordinate system of the scene object in world coordinates.
  • Changed SceneObject.worldtransformation to the multiplication of all transformations from the scene object to the root of the scene tree, there will no longer be an additional transformation in relation to the object's frame.
  • Fixed call to astar_shortest_path in Graph.shortest_path.
  • Fixed a bug when printing an empty Tree.
  • Fixed a bug in Group for IronPython where the decoding declaration was missing.
  • Fixed a bug where a Group without name could not be added to the scene.

Removed