sketch.projectCutEdges fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a closed spline and a plane intersecting with this spline (2 times). I want to identify those point in the plane to generate loft guides for the profile. I start a new sketch in the plane and want to call
sketch.projectCutEdges(profiles.item(0))
to get hold of the Points. The projectCutEdges expects a BRepBody as input.
So the question is how to generate a BRepBody from a SketchProfile or a SketchFittedSpline. This is seems to be done implicitle in the UI since the Point extraction works there with no issue.
Big Thanks,
Stefan