ptcl2vms - Transform lists of points into vms model files
ptcl2vms [options] point_files... vmsfile
ptcl2vms reads newline-delimited 3D points from text files, where coordinates are delimited with spaces, and stores a sequence of sphere models in vmsfile. The file vmsfile will be created if it doesn't already exist. Each sphere in the output represents a single point from the inputs. Each input file is placed in its own timestep of the output vms.
Radius of spheres to produce (default 0.5)
Specify the number of refinement passes to do on sphere models (default 0)
Integer offset of first time step to produce in vms file. (default 0)
Read one in every <count> points from the input files. (default 1)
Print a usage statement and then exit.
Operate quietly, only reporting fatal errors.
ptcl2vms -help
ptcl2vms -radius 300 -ref 2 ts0points ts1points ts2points points.vms
ptcl2vms -startts 1 -radius 300 -ref 2 ts1points ts2points points.vms
ptcl2vms -stride 3 ts0points ts2points ts3points ts4points points.vms
ptcl2vms -quiet -startts 1 -radius 300 -ref 2 -stride 3 ts1points points.vms
Generation of model files which are sequences of points
Last updated on $Date$