Message 1 of 2
Add Radius Dimension iLogic

Not applicable
11-12-2020
03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody,
I am trying to add a Radius dimension with tolerance to a specific curve on a drawing.
Can anyone advise how I can select/get the curve as a GeometryIntent in order to add the dimension ?
oSheet.DrawingDimensions.GeneralDimensions.AddRadius(Point2d, My Curve as GeometryIntent)
can I select the geometry by adding workpoints in the 3D model ? (center + 2 points) ? or is there a way to attribute a name to the curve in the 3D model and then import it to the drawing ?
Thanks in advance,