04-08-2020
02:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-08-2020
02:50 PM
Add to sketch of extrusion
So i have a face and i am drawing a sketch on this face and extruding it. I then would like another sketch on the same face and project the extrusion onto the sketch without the references and I am running into problems. Here is some of my code .
Set oExtrude = oCompDef.Features.ExtrudeFeatures.Add(oExtrudeDef)
Set oSketch = oCompDef.Sketches.Add(oFace, False)
Dim oFaces As Face
Dim oEdge As Edge
For Each oFaces In oExtrude.EndFaces
For Each oEdge In oFaces.Edges
oSketch.AddByProjectingEntity Edge
Next
Next
04-21-2020
09:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report