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) {
}
}
}
0
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.0
This discussion has been closed.