| Author |
Comment/Response |
Mkok
|
11/03/12 07:51am
Hi,
I need some help.
I have 3 graphical objects. (2 are Graphics3D, 1 is ContourPlot3D), and I need to Show only those objects, which are marked as True in Manipulate.
Kinda like this:
Show[
If[object1,graphicsobject1],
If[object2,graphicsobject2],
If[object3,graphicsobject3],
]
Basically, I want to hide objects I don't want to be rendered at the moment.
I know this can be done using 7 If functions, but this would be quite long, and I need to keep it as short as possible. Is there any way to make this shorter?
URL: , |
|