GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
G-PLY(1) User Commands G-PLY(1)

g-ply - Stanford PLY exporter (BRL-CAD to PLY)

g-ply [-v] [-xX lvl] [-a abs_tess_tol] [-r rel_tess_tol] [-n norm_tess_tol] [-t type] [-s] [-D dist_calc_tol] -o output_file_name database.g object(s)...

g-ply converts the specifiedobject(s) from a BRL-CAD database.g file to the Stanfort PLY file format.

The following options are recognized.

-o filename

Specify output file name.

-s

Write out one object per file, instead of merging individual objects into a single ply file.

-t type (asc: ascii), (le: little endian), (be: big endian)

Specify the type of PLY file to write.

-D#

Specify a calculational distance tolerance (mm). Any two vertices that are less than this distance apart will be treated as the same vertex.

-a#

Specify the absolute tesselation tolerance.

-r#

Specify the relative tesselation tolerance.

-n#

Specify the surface-normal tesselation tolerance.

-x#

Specify an RT debug flag.

-X#

Specify an NMG debug flag.

-v

Enable verbose output.

      $ g-ply -o sample.ply sample.g sample_object
    

Error messages are intended to be self-explanatory.

BRL-CAD Team

This software is Copyright (c) 2003-2019 by the United States Government as represented by U.S. Army Research Laboratory.

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
06/07/2022 BRL-CAD

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.