logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

idf2vrml - create a VRML file from IDF Board (.emn) and one IDF Component file (.emp).

Author

       Carsten Schoenert <c.schoenert@t-online.de>

idf2vrml                                          June 19, 2017                                      idf2vrml(1)

Description

idf2vrml  The  idf2vrml  tool  reads  a set of one IDF Board (.emn) and one IDF Component file (.emp) and
       produces a VRML file which can be viewed with a VRML viewer.  idf2vrml is part of the KiCad suite.

Example

       Tto produce a model for use by KiCad:

           idf2vrml -f input.emn -s 0.3937008 -k

Name

       idf2vrml - create a VRML file from IDF Board (.emn) and one IDF Component file (.emp).

Options

-k     produce KiCad-friendly VRML output; default is compact VRML

       -d     suppress substitution of default outlines

       -z     suppress rendering of zero-height outlines

       -m     print object mapping to stdout for debugging purposes

Synopsis

idf2vrml -f input_file.emn -s scale_factor [-k] [-d] [-z] [-m]

See Also