Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Loft with 2 profiles and multiple edges in each profile?

I have two arrays of edges for top and bottom faces, how do I use opLoft() function to create a single surface around the edges between top and bottom faces?
At the moment I can iterate the arrays and create separate lofts between two edges, I'm looking for a way to make it as one loft.
Thank you.
0
Comments
If it's a solid loft you are trying to create , then you need to pass in faces for the profiles.
If it's a surface loft then you can pass in edges or faces:
e.g.
opLoft(context, id + "loft1", {
….where
e1
ande2
are queries for the edges