Page 1 of 1

Drawing shapes on vrep using python API

Posted: 11 Feb 2017, 21:09
by kushi91221
I need to create some geometric shapes on the vrep environment using python API so is there any API that supports this function

Thanks in Advance

Re: Drawing shapes on vrep using python API

Posted: 13 Feb 2017, 10:00
by coppelia
Hello,

The remote API only directly supports a limited number of commands. For more complex commands (like in your case), you can use simxCallScriptFunction and handle all the details in the script function, where you can then call the regular API functions such as:
Cheers