Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello to all,
I am wondering if there is a possibility to split (trim solid) using VBA.
I have found a code for surface splitting but not for solid:
Dim spFeature As SplitFeature
Set spFeature = oPrtFeats.SplitFeatures.TrimSolid(oSelectedTool, oSelectedOcc.Definition.SurfaceBodies(1), ),False)
Regards
Danijel
Inventor 2018/Windows 10 x64
If this information was helpful, please consider marking it as an Accepted Solution by using the Accept as Solution. Kudos are also gladly accepted.
If this information was helpful, please consider marking it as an Accepted Solution by using the Accept as Solution. Kudos are also gladly accepted.
Solved! Go to Solution.