Your comments

Hi, I don't know how to do that exactly.

but you can achieve this using LineGeometryModel3D .

for this, you need to use MeshGeometryModel3D and LineGeometryModel3D

MeshGeometryModel3D --> Will draw the model

LineGeometryModel3D --> will draw the quads

it is like overlaying.. :)