3D curve/graph properties editing through API function

Requests or suggestions for new features
Post Reply
VishnuDev
Posts: 4
Joined: 13 Jul 2015, 12:00

3D curve/graph properties editing through API function

Post by VishnuDev »

It would be nice if you provide functionality through API functions by which the colour of 3D curves/graphs can be changed from the client application. It is useful for visualizing or validating motions or path plans at one go without editing in the simulator each single trial!

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

Re: 3D curve/graph properties editing through API function

Post by coppelia »

Hello,

if you need customizable 3D curves, then have a look at drawing objects (simAddDrawingObject and simAddDrawingObjectItem): they allow you to draw points, lines, triangles, etc., and specify your color in a flexible way.

Have also a look here, here or there.

Cheers

Post Reply