Releases: CEXT-Dan/PyRx
Releases · CEXT-Dan/PyRx
v2.2.39
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
v2.2.37
v2.2.36
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
v2.2.34
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