[Paraview] Polygon Offset in Paraview.
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Fri Jun 27 08:16:18 EDT 2008
Are you using the "Surface with edges" representation mode? ParaView
doesn't provide user-changeable parameters from changing the offsets.
But if you are building from source, you can take a look at
"ParaView3Source/Servers/Common/vtkProcessModule.cxx: ~189" and change
the following set of lines as per your choice.
vtkMapper::SetResolveCoincidentTopologyToPolygonOffset();
// We offset lines/vertices.
vtkMapper::SetResolveCoincidentTopologyPolygonOffsetFaces(0);
vtkMapper::SetResolveCoincidentTopologyPolygonOffsetParameters(-1.0, -1.0);
Utkarsh
Chaman Singh Verma wrote:
> Hello,
>
> Is there any way to control the polygon offset technique to view both
> surface and wireframe model clearly in Paraview ?
>
> Thanks.
> Chaman Singh Verma
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list