Message 1 of 2
Creating complex solids with API possible?

Not applicable
04-24-2017
09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am attempting to create a complex solid that is a combination of smaller solids that are randomly generated through the API, to get past meshing issues when the smaller solids are used individually, as they tend to overlap.
Unfortunately the API does not seem to support the creation of object combinations, and I can't get the CreateSolid function to create me anything useful.
Could someone shed some light on how to best approach this problem and how to create a complex solid with the API out of smaller solids (or their nodes or whatever is needed, really).
Thanks in advance.
edit: I would also accept any solution that involves another program as long as it works via API.