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.