BRL-CAD 7.14.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News BRL-CAD 7.14.0 (Default branch)
# 1  
Old 11-08-2008
BRL-CAD 7.14.0 (Default branch)

Image BRL-CAD is a powerful constructive solid geometry solid modeling system that includes an interactive geometry editor, ray-tracing support for rendering and geometric analysis, path-tracing for realistic image synthesis, network distributed framebuffer support, and image and signal-processing tools. License: GNU Lesser General Public License (LGPL) Changes:
MGED has a powerful new 'search' command that is very similar to the UNIX find command but specifically tailored to geometry hierarchies. This release also provides a preview of many documentation improvements to come with the start of a new command help system within MGED. Other developments include numerous improvements to the Pro/E export plugin, the height field (DSP) primitive can now be exported to other geometry file formats, and much more. The INTAVAL importer is now fully integrated into BRL-CAD and included in the default install too. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. 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

2. Answers to Frequently Asked Questions

Running Turbo-cad and circuit wizard programmes.

Hi. i am new to Linux. i have a Turbo-cad and circuit wizard programme on CD that I want to install and run. I keep getting the message I do not have an auto-run programme. Do I need to install specific drivers for this? What programme do I need? (1 Reply)
Discussion started by: Alfred Kruger
1 Replies

3. Shell Programming and Scripting

Need to search for a file which has a "cad" content in it?

Hi Guys, I need to search for a file which has the "cad" content in it. I forgot the file name. could you people give me the command to figure it out? Thanks Magesh (2 Replies)
Discussion started by: mac4rfree
2 Replies
Login or Register to Ask a Question
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)