8000 Release v2.2.16 · CEXT-Dan/PyRx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2.2.16

Compare
Choose a tag to compare
@CEXT-Dan CEXT-Dan released this 28 Jun 13:48
· 69 commits to main since this release

pip install cad-pyrx

  • Improve AcGeMatrix2d, added scale2d(), origin(), xAxis(), yAxis()

  • Improve AcGeMatrix3d, added origin(), xAxis(), yAxis(), (), zAxis()

  • [#367] add Point2dArray Point3dArray

  • added Gi.Geometry::image, takes wxImage or Gi.PixelBGRA32Array from createFromWxImage

  • [#366] added missing functions in Db.Region

  • double getPerimeter() const;

  • double getArea() const;

  • AcGeVector3d getNormal() const;

  • void booleanOper(AcDb::BoolOperType operation, PyDbRegion& otherRegion);

  • Adesk::UInt32 numChanges() const;

Full Changelog: https://github.com/CEXT-Dan/PyRx/commits/v2.2.16

0