<div dir="ltr"><div>Thanks. I was able to use v.to.points with 'dmax' option for my purpose.<br><br></div>Jitu<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 7, 2014 at 11:27 AM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Oct 7, 2014 at 4:32 PM, Jitendra Kumar <<a href="mailto:jitendra.ncsu@gmail.com">jitendra.ncsu@gmail.com</a>> wrote:<br>
> When using v.out.vtk to export a vector map with boundary GRASS breaks and<br>
> writes out the segments in file. Is there a way to control the nominal size<br>
> of the segments when exporting it to VTK format. For example, I want to be<br>
> able to specify it to creates segments that are 1m in legth, or 5m. In other<br>
> words some way to control the resolution (number of points) to define the<br>
> lines/boundary in a vector. Is there any other export routine I can use to<br>
> achieve that?<br>
<br>
</div></div>(untested)<br>
<br>
Perhaps you split them prior to export?<br>
<a href="http://grass.osgeo.org/grass70/manuals/v.split.html" target="_blank">http://grass.osgeo.org/grass70/manuals/v.split.html</a><br>
<br>
If they are too short, then<br>
<a href="http://grass.osgeo.org/grass70/manuals/v.build.polylines.html" target="_blank">http://grass.osgeo.org/grass70/manuals/v.build.polylines.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Markus<br>
</font></span></blockquote></div><br></div>