Posts: 21
Threads: 11
Joined: Aug 2021
Reputation:
0
Hi
Is there an API call to add a sphere?
something like the below would be ideal:
RDK.AddShape("Sphere", X, Y, Z, radius)
regards
Andy
Posts: 153
Threads: 0
Joined: Dec 2021
Reputation:
15
03-31-2022, 06:01 PM
(This post was last modified: 03-31-2022, 06:02 PM by Alex.)
Do you need a sphere for you API code or just an easy way to add a sphere to your station?
You can create your own set of points to be able to use the AddShape Method similar to that
Alternatively, with some quick changes (and by quick I mean crude) I created a Spheroid Spawn App from the Box Spawn App.