Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/10/2010 at 13:58, xxxxxxxx wrote:
User Information: Cinema 4D Version: 12 Platform: Windows ; Language(s) : C++ ;
--------- I am creating a tool that is similar to the rotation tool. Is it possible to draw the wide bands that are visible when using the rotation tool using BaseDraw? If so what would it be? Also, do I use the Draw() or do this in the GetCursorInfo()?
Thanks,
Shawn
On 03/10/2010 at 15:30, xxxxxxxx wrote:
Draw in the Draw() method. I use predesigned circular rings (polygons) for my rotate tools. I'll see if I can post you a message with the source code fragments of interest.
On 03/10/2010 at 15:31, xxxxxxxx wrote:
Thanks Robert, I really appreciate it.