- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have called API objects and functions in Python to create a closed path made of a spline and two straight lines. I want to simply revolve this along another line created the same way. I have been able to gain access to the profile with item(0). How do I gain access to this? A statement such as,
revProf = revPlane.profiles.item(0)
where revPlane is the plane created to receive the sketch items, does not appear to work. I have heard that there is a Path object that can do this, can someone please explain how it is done?
Solved! Go to Solution.