Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

openscad(1) [debian man page]

OPENSCAD(1)						      General Commands Manual						       OPENSCAD(1)

NAME
openscad - script file based graphical CAD environment SYNOPSIS
openscad [options] [file] DESCRIPTION
This manual page documents briefly the openscad command. openscad is a software for creating solid 3D CAD objects. It focuses on CAD aspects rather than artistic ones. OpenSCAD will start as a graphical program unless export options are given (see below). For the usage of the GUI and a description of the OpenSCAD language see the OpenSCAD user manual at http://en.wikibooks.org/wiki/OpenSCAD_User_Manual. OPTIONS
-o outputfile Export the given file to outputfile in STL, OFF, DXF or CSG format, depending on file extension of outputfile (which has to be lower case). If this option is given, the GUI will not be started. -d file.deps If the -d option is given, all files accessed while exporting are written to the given deps file in the syntax of a Makefile. -m make_command If a nonexisting file is accessed during OpenSCAD's operation, it will try to invoke make_command missing_file to create the missing file, and then read it again. -D var=val This option can be used to assign constant values to OpenSCAD variables. The variable's value is an expression, so if this mechanism is used to assign strings, care has to be taken that the shell does not consume quotation marks. More than one -D options can be given. -v, --version Show version of program. AUTHOR
OpenSCAD was written by Clifford Wolf, Marius Kintel, and others. This manual page was written by chrysn <chrysn@fsfe.org>, for the Debian project (and may be used by others). 2011-11-03 OPENSCAD(1)

Check Out this Related Man Page

VISOLATE(1)						      General Commands Manual						       VISOLATE(1)

NAME
visolate - tool for engraving PCBs using CNCs SYNOPSIS
visolate [options] [file] DESCRIPTION
This manual page documents briefly the visolate command. visolate reads the gerber files describing printed circuit boards and converts them into the G-code (RS-274 code) needed to engrave they layout into a board using a CNC machine. Precise renditions of the original layout can be created as well as voronoi fillings of the origi- nal layout, shortening the toolpath. OPTIONS
A summary of options is included below. -a, --auto Enable auto-mode. When in auto-mode, visolate will load the given file, follow the usual steps (fix topology, generate toolpaths), save the toolpaths and exit afterwards. This is primarily intended for use in scripts; be aware that visolate still needs a connected X display and a graphics card to do its calculations. -absolute Use absolute coordinates (instead of relative, which is the default). -d, --dpi DPI Do all calculations with a resolution of the DPI parameter. -o, --outfile OUTFILE Set the default output location to OUTFIlE. This is particularly useful in combination with --auto. -x, --flip-x Flip the input file's X coordinates (reflect across the Y axis). -y, --flip-y Flip the input file's Y coordinates (reflect across the X axis). -h, --help Show summary of options. -version Show version of program. AUTHOR
visolate was written by Marsette Vona and Marcus Wolschon. This manual page was written by chrysn <chrysn@fsfe.org>, for the Debian project (and may be used by others). 2010-10-27 VISOLATE(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help needed in search string

Hi , I learning shell scripting.. I need to do the following in my shell script. Search a given logfile for two\more strings. If the the two strings are found. write it to a outputfile if only one of the string is found, write the found string in one output file and other in other... (2 Replies)
Discussion started by: amitrajvarma
2 Replies

2. Shell Programming and Scripting

Suggestion to replace a part of script

I have the part of script: if ; then make_command="make -f $temp_file" print $make_command; err_file="${sym_objdir}error.log" $make_command 2>$err_file; cat $err_file; ] && ] && exit 1; exit 0 fi ... (5 Replies)
Discussion started by: Ajay_84
5 Replies

3. Shell Programming and Scripting

exec command help

All, I am using below shell script to output the content to outputfile.txt. What I am looking for is in addition to outputfile.txt, I want the output to be on standard output too. exec > outputfile.txt echo "Starting " echo "ending" (5 Replies)
Discussion started by: basic_shell
5 Replies

4. Shell Programming and Scripting

problem in assigning variable

suppose in my script i have written a1=2 a2=4 read option # I directly want to see the value of a1 or a2 (i:e; 1 or2 )depending upon i/p given like a1 or a2 to option var.so what should i give .Suppose if I give a1 to option then how can I see the value. echo $$option --- doesn't work pls... (3 Replies)
Discussion started by: maitree
3 Replies

5. Shell Programming and Scripting

Need code to ftp files in loop

I have files like this beginning from 082008 (MMYYYY) to 112010 (MMYYYY) I need to fetch this files through ftp in loop. How can I achieve it? I tried with the following code. But I'm not sure how to increment the month from 082008 to 112010. for i in {082008 .. 112010} ... (5 Replies)
Discussion started by: Gangadhar Reddy
5 Replies

6. Shell Programming and Scripting

shell script

Hi All, I have a source file with the below content. I need to create an outputfile with the format like (sessionlogname,lookuptransformation name,creating cache timestamp ,cache creation completed timestamp) by taking the above file as a source. For each lookuptable ,we will have the... (1 Reply)
Discussion started by: burwood
1 Replies

7. UNIX for Beginners Questions & Answers

Best OS for surveying / CAD applications

My first computer experience was in the mid 60's but I haven't kept up with the technology. My needs run more to math & calculations than to social networking. CAD drawing & communicating technical data on the internet is essential for me these days. Most of the post processed data I receive is in... (8 Replies)
Discussion started by: geometric
8 Replies