04-14-2020
01:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-14-2020
01:38 PM
I guess a typo. try to replace the line:
Set oCircle = oSketch1.SketchCircles.AddByCenterRadius(oTransGeom.CreatePoint2d(0, 0), 2)
with:
Set oCircle = sketch.SketchCircles.AddByCenterRadius(oTransGeom.CreatePoint2d(0, 0), 2)
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com