The acedSSName function goes very slowly in BriscCAD V17, V18 and V19.

To test, create a SelIn selection and then use the acedSSName function as in the following example:

if ((acedSSLengthL(SelIn, &ns) == RTNORM) && (ns > 0)) {
while (ns > 0) {
ns--;
if (acedSSName(SelIn, ns, Ent) == RTNORM) {
}
}
}

Comments

  • I discovered that there was an error in my program that caused BricsCAD to be delayed.
    Okay, I found it.
    Please delete this discussion.
    Thank you.

This discussion has been closed.

Howdy, Stranger!

It looks like you're new here. Click one of the buttons on the top bar to get involved!