Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
My problem is that when I add a sketch to the drawing, each line in the sketch is separate, and I can't use the "Hatch the region" operation. I can only achieve this after using the sketch doctor and removing excess points. How can I add such a sketch without creating too many excessive points? Each of these lines is a separate object. How can I connect them together?
I adding sketch like that:
oSketch.SketchLines.AddByTwoPoints(pointA, pointB) oSketch.SketchLines.AddByTwoPoints(pointB,pointC) oSketch.SketchLines.AddByTwoPoints(pointC,pointD) oSketch.SketchLines.AddByTwoPoints(pointD,pointE) oSketch.SketchLines.AddByTwoPoints(pointE,pointF) oSketch.SketchLines.AddByTwoPoints(pointF, pointA)
Solved! Go to Solution.