Discussion:
Geometry-drawPolyline3d-object-subplot
Vicent
2018-12-10 20:28:08 UTC
Permalink
Please see the response to this reddit question, which may be relevant for
https://www.reddit.com/r/octave/comments/a3fivb/drawing_a_tetrahedron/
Thanks, the code has been very instructive solution to improve my graphical
animation.



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
Vicent
2018-12-10 20:19:51 UTC
Permalink
Graphics objects can have only one parent in Octave. So you can't use the
very same object in several parents.
But "copyobj" should be working. (I don't know whether that would make any
performance difference though.)
Did you try with specifying the new parent?
[...]
hax2 = subplot (2,2,3);
[...]
myLine2 = copyobj(myLine, hax2);
Markus
Hi, you've been very helpful. That's what I needed. I've test it is a small
scale and works very good. I'll test again to my representation of a robotic
arm and hope still works well.
Thanks
<Loading Image...>




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
Loading...