Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Inventor API PartFeature question

2 REPLIES 2
Reply
Message 1 of 3
hesse2712
234 Views, 2 Replies

Inventor API PartFeature question

Hi @ all,

 

I need to get familiar with the Inventor API for my thesis.

Currently, I need to extend the face of a part.

I started with selecting the face edge by

 

Dim ActiveDocument As Inventor.Document

Dim spline As Object
Set spline = ThisApplication.CommandManager.Pick(kPartEdgeFilter, "please choose the face edge!")

 

This is working fine.

I know that the next step would be to use the ExtendFeature method of PartFeature, but I do not know exactly how to do this. Do I need to get the face as parent of the edge? How can I invoke the extesion then?

Getting a hint would be great!

 

Thanks a lot,

Stefan

2 REPLIES 2
Message 2 of 3
mrattray
in reply to: hesse2712

I don't know the answer to your question, but you're more likely to get an answer if you post here: Inventor Customization

Mike (not Matt) Rattray

Message 3 of 3
hesse2712
in reply to: mrattray

OK,

 

Thanks a lot.

 

Stefan

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report