- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all!
I'm analyzing holes on pipe in which some have a chamfer feature applied to them. I need some way to access the cylinder surface that existed before the chamfer feature was applied to the hole. Note: The hole is not always created by a hole feature, sometimes it will be an extruded circle from a sketch. One way I tried was by finding the edge that was used to create the chamfer. I then set "ChamferFeature.Suppressed" to "true". I then found the cylinder attached to the edge and could go from there. After getting the info I needed, I set the suppressed property back to false and continued with the code. The problem is that by suppressing the chamfer, it changed properties of other faces on the part as well. I initially save the outside face of the pipe as "Inventor.Face topFace. If I try to access, for example, topFace.Edges, after suppressing/unsuppressing, the code fails because the face has changed.
Is there a way to access the original hole cylinder before the chamfer feature was applied without having to suppress the feature?
Solved! Go to Solution.