Skip to content

Releases: Salusoft89/planegcs

v1.1.6

27 Aug 09:32
b8f3b0b
Compare
Choose a tag to compare

In the previous versions of plangecs, the driving: false attribute on constraints took effect only halfway as documented. The constraints were (correctly) not influencing the geometry, but then their values (measurements) were not updated after solving.

These constraints have been tested and working properly:

  • CoordinateX
  • CoordinateY
  • L2LAngle_LL
  • L2LAngle_PPPP
  • P2PAngle
  • P2PDistance
  • CircleRadius
  • ArcRadius

Thanks a lot @angelobartolome for the initiation, collaboration and feedback!

Note that there are still issues with some other constraints, see the discussion in #6.

v1.1.5

15 Jun 14:06
03c2f93
Compare
Choose a tag to compare

Since the last time planegcs source was updated (~ a year ago), the following constraints were implemented by the FreeCAD team and now are supported via this library:

  • P2CDistance
  • AngleViaPointAndParam
  • AngleViaPointAndTwoParams
  • AngleViaTwoPoints
  • ArcLength