Draw Part or create a MeshFeature in Inventor (with c#)

Draw Part or create a MeshFeature in Inventor (with c#)

Anonymous
Not applicable
386 Views
1 Reply
Message 1 of 2

Draw Part or create a MeshFeature in Inventor (with c#)

Anonymous
Not applicable

Hello all,

 

my goal is to create an Inventor Part (.ipt) in C # with the help of the "Vertrex" and also allow editing.

I have the idea to create a mesh but I find unfortunately no introduction how to do that.

I have so far with the ClientGraphics the whole can display but I can not select a Face and synonymous not edit.

I have looked at the interface MeshFeatureSet and do not know whether the procedure is or how to deal with it.

 

Thanks a lot for a help.

0 Likes
387 Views
1 Reply
Reply (1)
Message 2 of 2

frank.neumann.htw
Observer
Observer

In my opinion the APi implementation of the MeshFeatureSets is not complete:

 

If I call MeshFeatureSets.Add() with any possible string argument I always receive the exception message: 

 

e = {"Nicht implementiert (Ausnahme von HRESULT: 0x80004001 (E_NOTIMPL))"}

 

In my opinion this means, that the API method simply hasn't been implemented yet.

 

Please, Inventor product management could you give us a follow up to that question.

 

Best regards,

 

Frank

0 Likes