Skip to content

Releases: CEXT-Dan/PyRx

v2.2.39

08 Jan 01:38

Choose a tag to compare

pip install cad-pyrx

  • improved performance converting AutoCAD’s strings to Python (wchar_t to char)
  • improved performance in function Db.Polyline.isPointInside when the polyline contains bulges.
  • [#443] (intellicad)implement missing AxTable methods in ICARX AxTable::GetText AxTable::SetText

v2.2.38

29 Dec 05:15

Choose a tag to compare

pip install cad-pyrx

  • [#443] preview build for CMS intellicad 14.1, 14.0 is depreciated
  • Upgrade from Nannoflann 0x171 to 0x190

v2.2.37

18 Dec 09:33

Choose a tag to compare

pip install cad-pyrx

  • [#422] fix crash on close for Gstar2025
  • improve PyGePoint2dArrayRepr and PyGePoint3dArrayRepr
  • fix v24 project,

v2.2.36

11 Dec 09:13

Choose a tag to compare

v2.2.36

pip install cad-pyrx

  • add Db.3dSolid::createCone
  • add Db.3dSolid::createCylinder
  • [#423] Db.AssocDependency
  • [#423] Db.AssocValueDependency
  • improve Db.Graph, added findCycles overload
  • add LayerFilter::filterExpressionTree returns a list of tuple[str,str] with the values
  • fix bad stub LayerTableRecord
  • depreciated ObjectId::isValid() #has a warning, will be removed at some later date
  • improve stubs (.pyi)

v2.2.35

03 Dec 02:42

Choose a tag to compare

v2.2.35

support CMS IntelliCAD 14.0

v2.2.34

30 Nov 09:42

Choose a tag to compare

v2.2.34

pip install cad-pyrx

  • add objectIdArray.Sort
  • add objectIdArray.reverse
  • added Db.Curve.isOn, alias of Ge.Curve, more user friendly as it only returns a bool instead of a tuple
  • added PyGePoint2dArrayRepr and PyGePoint3dArrayRepr
  • [#432] progress on Brx Mechanical
  • [#423] progress on PyDb.AssocAction classes
  • [#429] add AcDbDoubleClickOverrulableEntity
  • fix PyGeCurve2d::getSamplePoints