How o Get Result of a UnHealthy Face or Surface from a Feature?

How o Get Result of a UnHealthy Face or Surface from a Feature?

florian_wenzel
Advocate Advocate
217 Views
1 Reply
Message 1 of 2

How o Get Result of a UnHealthy Face or Surface from a Feature?

florian_wenzel
Advocate
Advocate

Hi,

Inventor 2022

API VB.NET VisualStudio

 

i try to make a Unwrap of a Surface, is not working properly.

But in Dynamic PreView i se the Result.

Question, is there a way with API, to Get this Dynamic Result?

 

florian_wenzel_0-1671646403792.png

Thanks for Any Suggestion

0 Likes
Accepted solutions (1)
218 Views
1 Reply
Reply (1)
Message 2 of 2

WCrihfield
Mentor
Mentor
Accepted solution

Hi @florian_wenzel.  I do not actually know how to 'capture' that dynamic preview object, but I imagine it is being generated using GraphicsNode objects in a ClientGraphics object from the ClientGraphicsCollection in an attempt to show you what it would look like.  That is just temporary graphics, that may or may not be selectable, only used for preview type stuff.  There are a bunch of sample codes in the online help area related to that type of stuff, but most likely all in VBA.  I would not know how to retrieve those graphics objects, or how to use them for anything useful though.  They were probably generated by mostly API steps in the background though.  Here are a couple links about those UnwrapFeatures in the online help area that may help a little.

UnwrapFeatures 

UnwrapFeature 

UnwrapDefinition  

Wesley Crihfield

EESignature

(Not an Autodesk Employee)