Does grarc work?
I am using BC Pro V26. I want to draw an arc in a grread loop. No matter how I write the arguments for grarc I get the dreaded error "too few / too many arguments".
I put (grarc '(5 5) 1.0 0.0 3.14159 2 16) in the Blade console and got the error message. This is the example in the Developers Reference for ararc. Yecks! Even the example does not work.
Has anyone used the grarc function successfully?
0
Comments
-
I believe I have solved my problem. In my on_doc_load file I have Lee Mac's grarc function loaded. And yes his function does have fewer arguments.
0