Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
vtkrandom(1)		    General Commands Manual		  vtkrandom(1)

NAME
       vtkrandom - Randomize mesh vertex locations.

SYNOPSIS

	      vtkrandom
	       [  -i  ]	 [  -p	<fract>] [ -u <N>] [ -s	] [ -S <rad,x,y,z>| -S
	      <rad>] [ -P <i,j,k>| -P  <i,j,k,x,y,z>]  [  -C  <rad,i,j,k>|  -C
	      <rad,i,j,k,x,y,z>]   [   -N   <rad,h>|   -N   <rad,h,i,j,k>|  -N
	      <rad,h,i,j,k,x,y,z>]  [  -l  <i,j,k>|  -l	 <i,j,k,x,y,z>]	 [  -c
	      <rad,i,j,k>|  -c	<rad,i,j,k,x,y,z>]  [ -v <x,y,z>] <input_file>
	      <output_file>

	      vtkrandom	-h

	      vtkrandom	-M

DESCRIPTION
       Read VTK	file, randomize	locations of containded	vertices, and re-write
       file.

OPTIONS

	      -i

	      Allow inverted elements in output	(default: 0)

	      -p <fract>

	      Randomize	fraction [0,inf) (default: 0.05)

	      -u <N>

	      Use  UnOptimizer	 with	N   passes   rather   than   Randomize
	      [1,2147483647] (default: 0)

	      -s

	      Mark boundary vertices as	fixed (default if no domain specified)
	      (default:	0)

	      -S <rad,x,y,z>| -S <rad>

	      Spherical	domain as center and radius

	      -P <i,j,k>| -P <i,j,k,x,y,z>

	      Planar domain as normal and point

	      -C <rad,i,j,k>| -C <rad,i,j,k,x,y,z>

	      Cylindrical radius, axis,	and point

	      -N <rad,h>| -N <rad,h,i,j,k>| -N <rad,h,i,j,k,x,y,z>

	      Conic domain as base radius, height, axis, and base center

	      -l <i,j,k>| -l <i,j,k,x,y,z>

	      Linear domain as direction and point

	      -c <rad,i,j,k>| -c <rad,i,j,k,x,y,z>

	      Circular domain as radius, normal, and center

	      -v <x,y,z>

	      Point domain

								  vtkrandom(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=vtkrandom&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help