# How to make the bottom plane of the model in 3D view?

**URL:** https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944
**Category:** Web Support
**Created:** [May 28, 2019, 3:13pm UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944 "2019-05-28T15:13:03Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Global\_Dev](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/g/87869e/32.png) [@Global\_Dev](https://discourse.paraview.org/u/Global_Dev)
#### Post date: [May 28, 2019, 3:13pm UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944/1 "2019-05-28T15:13:03Z")

</div>

I am trying to make the square bottom plane of the model in 3D view because I need to view the z-plane of the object.  
Could you explain how to implement this functionality?  
I want to add that functionality in the Paraview glance (web version).  
What should I do?

Here is what I want.

 ![Screenshot%20from%20May%2023%2C%202019%207_42%20PM](https://discourse.paraview.org/uploads/default/original/2X/1/101ddb1c7ffcf3045bafa2c879677f37970a9132.png)

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [May 30, 2019, 11:48am UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944/2 "2019-05-30T11:48:51Z")

</div>

@jourdain Is there a plane source available in ParaView Glance?

---

<div class="post-metadata">

### Author: ![Global\_Dev](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/g/87869e/32.png) [@Global\_Dev](https://discourse.paraview.org/u/Global_Dev)
#### Post date: [May 30, 2019, 11:54am UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944/3 "2019-05-30T11:54:59Z")

</div>

Thank you for your reply.

Yes, I have a code snippet available in ParaView Glance.

I opened the \*.vti file on ParaView Glance but I am not sure where is the bottom side when it is rotated.  
So I need to add the bottom plane to existing the model.  
I already made the code which shows blue coloured plane but I can’t merge it to the model opened from file.  
The another way is to modify the \*.vti file to show the bottom plane, but I guess it is a bit difficult.  
I need your help asap.

Best regards

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [May 30, 2019, 12:07pm UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944/4 "2019-05-30T12:07:35Z")

</div>

I am confused why a plane is needed. If you can define a plane at the bottom of the object, you have to know where the bottom is. Can’t you use the directional axes in the bottom left corner to know where the bottom is?

---

<div class="post-metadata">

### Author: ![Global\_Dev](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/g/87869e/32.png) [@Global\_Dev](https://discourse.paraview.org/u/Global_Dev)
#### Post date: [May 30, 2019, 12:12pm UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944/5 "2019-05-30T12:12:42Z")

</div>

We can use the directional axes, but we are gonna display the bottom plane of the model opened from the file.  
We need to show the z=0 plane.

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [May 30, 2019, 1:10pm UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944/6 "2019-05-30T13:10:19Z")

</div>

I am still confused. You have said that you can show the blue colored plane. What more do you need?

---

<div class="post-metadata">

### Author: ![Global\_Dev](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/g/87869e/32.png) [@Global\_Dev](https://discourse.paraview.org/u/Global_Dev)
#### Post date: [May 30, 2019, 1:16pm UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944/7 "2019-05-30T13:16:50Z")

</div>

I can show the model from the file.  
And also, I have a code snippet using vtk.js to show the plane.  
In other words, I can show the model and plane respectively.  
But I need to combine them.

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [May 30, 2019, 2:01pm UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944/8 "2019-05-30T14:01:32Z")

</div>

Do you need to combine them into a geometry that you can then save out as another geometry? Please elaborate on what you mean by “combine”.

---

<div class="post-metadata">

### Author: ![Global\_Dev](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/g/87869e/32.png) [@Global\_Dev](https://discourse.paraview.org/u/Global_Dev)
#### Post date: [May 30, 2019, 2:05pm UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944/9 "2019-05-30T14:05:40Z")

</div>

I don’t need to save out as another geometry.  
Just want to show the model and bottom plane on the screen.

Now I can display them on the different div tag respectively.

But I want to display them on particular one div tag. (For example div tag where shows the model)

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [May 30, 2019, 2:30pm UTC](https://discourse.paraview.org/t/how-to-make-the-bottom-plane-of-the-model-in-3d-view/1944/10 "2019-05-30T14:30:43Z")

</div>

Thank you for clarifying.

@jourdain over to you.
