I'm playing around 3d objects in WPF. I have a viewport3d. This contains two 3d object (ModelVisual3d) named "A" and "B".
I want to just show A and hide B,
sometimes, I want to just show B and hide A.
How can I do hide it?
I'm found answer, but this tell "set the OffsetX property to 1000.". I don't like it.
Is it possible to hide object?