Message 1 of 5

Not applicable
09-25-2017
05:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
given a BRepFace (target_face in this example which is obtained by walking a BRepEdge) I want to create a sketch on that face with the geometry of the BRepFace projected on to it.
new_sketch = target_face.body.parentComponent.sketches.add(target_face) new_sketch.project(target_face)
This works for many faces however for reasons I cannot ascertain sometimes it comes in mirrored:
I've tried even creating an 0-offset construction plane and projecting the face on to that with the same results.
Solved! Go to Solution.