go to www.geomview.org home page
 
Home

Overview
FAQ
Documentation

Download

Mailing List

Geomview For Windows?

Support
Users
Development

Bug Reporting
Contributing
Contact Us

Sponsors

 

Site Search

 

Advanced
Search

 
About the software@geom archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Arrgh!



For (1), I think what you want is

   (write geometry   <file>  <object>  self)

The "self" means to write just the bare object, without geomview's idea of its
transform.  You'll see a transform only if you defined the object with one, so
    (geometry fred { INST transform { ... } geom { MESH ... } })
    (write geometry file  fred  self)

will yield an INST, but

    (geometry fred { MESH ... })
    (xform-set fred { ... })
    (write geometry  file  fred  self)

will just yield a MESH.


 
Home | Overview | FAQ | Documentation | Support | Download | Mailing List
Windows? | Development | Bug Reporting | Contributing | Contact Us | Sponsors
 
site hosted by
SourceForge Logo