Posts: 20
Threads: 10
Joined: Aug 2021
Reputation:
0
Hi
有一个API调用添加一个球体吗?
something like the below would be ideal:
RDK.AddShape("Sphere", X, Y, Z, radius)
regards
Andy
Posts: 106
Threads: 0
Joined: Dec 2021
Reputation:
13
03-31-2022, 06:01 PM
(This post was last modified: 03-31-2022, 06:02 PM byAlex.)
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.