Skip to content
Discussion options

You must be logged in to vote

.NET has a wrapper for acedssgetfirst, I have added this as
Ed.Editor.selectImplied()
It will be available next release (v1.3.026)

def PyRxCmd_DOITIMP(CmDFlags=Ap.CmdFlags.USEPICKSET | Ap.CmdFlags.REDRAW):
    try:
        ss = Ed.Editor.selectImplied()
        print("Woohoo ", ss)
        print("Length =  ", len(ss[1].objectIds()))
    except Exception:
        traceback.print_exc()

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@CEXT-Dan
Comment options

Answer selected by kwollaston
@kwollaston
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants