Skip to content

v2.1.11

Latest
Compare
Choose a tag to compare
@CEXT-Dan CEXT-Dan released this 23 Jan 23:58
· 69 commits to main since this release

v2.1.11
pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/[email protected]

Fixes bug in entsel

expected behavior

        # no filter
        print(Ed.Editor.entSel("Select: "))

        #is derived from matching
        print(Ed.Editor.entSel("Select: ", Db.Curve.desc()))
        
        #exact matching
        print(Ed.Editor.entSel("Select: ", [Db.Line.desc(), Db.Circle.desc()]))

What's Changed

Full Changelog: v2.1.10...v2.1.11