Message 1 of 7
Creating splines on multiple planes and loft using python code. Fusion 360 API
Not applicable
05-04-2020
11:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm attempting to design a human body like model using Fusion 360 API. Goal is to use Python code to create the spline shapes that would represent accurate dimensions based on the input parameters. In Fusion, I begin by Drawing abdomen shape like splines on multiple sketch planes,with reasonable spacing in between, from the top to the bottom, then using loft tool to combine and create a solid body.
Tweaking the points on each spline should change the shape and surface of the body created. I would like to do all this and more (later on)through the API in Fusion. At the moment my knowledge on scripting and using Fusion API is a work in progress.
Any help would be greatly appreciated please.