I am working with Inventor's API. I have some Browser Node renaming logic to handle most objects in the browser. However, when coming across solid bodies that are composed of only suppressed features, the solid body's browser node is not exposed to the API. This makes it impossible to capture the Native Object (SurfaceBody in this case) so I can rename it. I also tried accessing the SurfaceBody objects through the PartDocument.ComponentDefinition, but I get the same results - they're just not part of the collection of SurfaceBodies. If I can see the node and rename it in Inventor's browser as a user, I feel I should be able to do the same from the API.
Please make changes to expose these. Thank you!