Message 1 of 3
Drawing a 2D circle with center point and radius

Not applicable
07-22-2014
10:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to draw a series of circles in 2D using the Revit 2015 API. Is there a method that will take the radius and the center point to create a circle? I've found the static method Arc.Create, but the options for the method don't entirely match what I have to work with. Can anyone steer me in the right direction?
Thanks in advance,
Runnin