Skip to content

Added Triangle and Intrinsic/Extrinsic Rotation Ordering

Compare
Choose a tag to compare
@jdegenstein jdegenstein released this 11 Dec 19:36
· 479 commits to dev since this release
203ad9b

What's Changed

  • Added new Sketch Object: Triangle -- Add any triangle to the sketch by specifying the length of any side and any two other side lengths or interior angles.
  • Add rotation ordering to Location, Rotation, and Plane.rotated by @jdegenstein in #420
    (optionally specify rotation ordering with Intrinsic or Extrinsic enums
  • Update topology.py to fix Edge.intersections edge length issue #324 by @jdegenstein in #425
  • ensure parents of joints are handled properly during deep copy by @bernhard-42 in #426
  • Trapezoid width is now fully controlled by width param by @jdegenstein in #430

Full Changelog: v0.1.1...v0.2.0