Message 1 of 2
Inventor API PartFeature question

Not applicable
05-23-2013
12:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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