I can use PowerSelector keyins to almost create a selection of all text elements. Text, text nodes and dimensions are available. However, notes are not available so I cant select notes text as well. Is there any other keyin or macro that might be available to also select notes, or to select all text elements?
MDL SILENTLOAD SELECTBY DIALOGDIALOG SELECTBYSELECTBY MODE EXCLUSIVESELECTBY OPTIONS SELECTIONSELECTBY ONSELECTBY TYPE NONESELECTBY TYPE ARCSELECTBY TYPE BSPLINESELECTBY TYPE BSPLINESURFACESELECTBY TYPE CELLSELECTBY TYPE COMPLEXSHAPESELECTBY TYPE COMPLEXSTRINGSELECTBY TYPE CONESELECTBY TYPE CURVESELECTBY TYPE ELLIPSESELECTBY TYPE LINESELECTBY TYPE LINESTRINGSELECTBY TYPE MESHSELECTBY TYPE MULTILINESELECTBY TYPE RASTERSELECTBY TYPE RASTERATTACHMENTSELECTBY TYPE SHAPESELECTBY TYPE SHAREDCELLSELECTBY TYPE SOLIDSELECTBY TYPE SURFACESELECTBY EXECUTEMDL UNLOAD SELECTBY
...I thought maybe I could use the "Exclusive" mode SelectBy Attributes and then I discovered that Notes are selected as cells.
Jovan, hello!
I am trying to get more clarity on the use of the key-in, as I am stuck with couple roadblocks trying to select particular textnode with particular text in there ( yes, it gets very narrow in my case, as I need to select only one of several texnodes, ont the same level, with the same text formatting and color etc.)
so, my command currently is the following:
MDL LOAD SELECTBY
SELECTBY MODE INCLUSIVE
SELECTBY OPTIONS SELECTION
SELECTBY ON
SELECTBY LEVEL NONE
SELECTBY LEVEL G-ANNO-TITL
SELECTBY TYPE TEXTNODE
SELECTBY EXECUTE
currently I am stuck with the level selection, as it does not select specific level;
another issue I am having is selection of the text with the wildcard ( I need all the drawings of AXXX series, so text wildcard would look like "A*"
Thank you !