- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm working on generating a T-shape (tee connector) using the Inventor API in the Sheet Metal environment. I’ve successfully created the T-shape by combining two hollow cylinders — a horizontal and a vertical branch — as shown in the image below:
The issue I'm facing is that when I combine the two bodies, the overlapping/intersecting material is not removed. As a result, the model is not hollow at the intersection.
In the Inventor UI, I would normally use the Trim Surface command to cleanly remove the intersecting material and create a proper hollow T-joint. Surface feature tools are not currently supported in the API.
But here’s the challenge:
Trim Surface is not exposed in the Inventor API, so I can't replicate this operation programmatically.
I want to generate flat patterns separately for both the horizontal and vertical branches of the tee.
For that, I need a way to remove the intersecting material to ensure both parts unfold properly and independently.
My questions:
1)Is there an alternative method using Inventor API to replicate what Trim Surface does in the UI?
2)Can this be done using surface bodies, split features, or other modeling strategies?
3)Any suggestions for how to create a clean hollow intersection between two cylinders (that remain separate bodies) via code?
Any help, examples, or references would be much appreciated!
Solved! Go to Solution.