yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #13945
[Question #431222]: change position and orientation of clipping planesin terminal
New question #431222 on Yade:
https://answers.launchpad.net/yade/+question/431222
Hi there,
how can I change the position and orientation of clipping planes in terminal?
I tried something like this:
renderer=qt.Renderer()
renderer.clipPlaneSe3[0][0][0]=1.0
# renderer.clipPlaneSe3[0] -> first clipping plane
# renderer.clipPlaneSe3[0][0] -> position Vector
# renderer.clipPlaneSe3[0][0][0] -> x-coordinate of position vector
# after changing the x-coord to 1.0 nothing happens:
# print renderer.clipPlaneSe3[0][0][0] gives "0"
Thanks for your help!
Alex
--
You received this question notification because your team yade-users is
an answer contact for Yade.