Drawing shapes on vrep using python API

Requests or suggestions for new features
Post Reply
kushi91221
Posts: 2
Joined: 14 Nov 2015, 16:30

Drawing shapes on vrep using python API

Post 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

coppelia
Site Admin
Posts: 10337
Joined: 14 Dec 2012, 00:25

Re: Drawing shapes on vrep using python API

Post 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

Post Reply