Introduction to OpenSCAD.

Slides:



Advertisements
Similar presentations
Blender: Introduction, Modelling and Exporting 4076/GV07: Virtual Environments (VE) MSci 4th year, MSc VIVE, EngD Will Steptoe Room 6.22, Computer Science.
Advertisements

1 After completing this lesson, you will be able to: Create a workbook. Understand Microsoft Excel window elements. Select cells. Enter text, numbers,
Word Lesson 1 Microsoft Word Basics
Operating Systems First Program to load. Controls Hardware And software. Enable User to operate PC( Personal Computer) –Examples: DOS: Disk Operating.
Remote access and file transfer Getting files on and off Bio-Linux.
Chapter 9 Introduction to ActionScript 3.0. Chapter 9 Lessons 1.Understand ActionScript Work with instances of movie clip symbols 3.Use code snippets.
OPERATING SYSTEMS MAC OS X. Operating Systems : - Windows - Linux - Mac OS X.
How do people communicate with computers?
CSE 380 – Computer Game Programming Introduction ITS 102 – 3D Modeling for Games Blender's User Interface.
Computer Aided Design and Drafting
Welcome to DEP’s GIS Workshop Series Workshop 6 Using the ArcMap Pictometry Extension 1.
EEC-693/793 Applied Computer Vision with Depth Cameras Lecture 13 Wenbing Zhao
© 2016 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. Android Boot Camp.
Feature-Based Parametric Modeling
1 Word Lesson 1 Microsoft Word Basics Microsoft Office 2010 Introductory Pasewark & Pasewark.
Overview of 3D Graphics Applications: Part 1 ProsConsProsConsProsConsProsCons Industry Standard High-end Design and simulation software Difficulty when.
Introduction to Computer Operating Systems
Fundamentals of Level Editor Design and Implementation.
PPT2.01 CREATING AND MODIFYING TEXT AND GRAPHIC OBJECTS Dr. Ennis-Cole.
Introduction to the Mac Introduction to the Mac Using Apple’s OS X with Jim Mollé Learn iT! Computer Software Training.
1 Word Lesson 1 Microsoft Word Basics Microsoft Office 2010 Introductory Pasewark & Pasewark.
Design Visualization Software Introduction / Review.
WINDOWS 7 Windows 7 is an operating system that Microsoft has produced for use on personal computers. It is the follow-up to the Windows Vista Operating.
OpenSCAD Tutorial 1 Lets build our own 3d models.
Exploring Microsoft Windows 8 Chapter 1 Getting Started with Windows 8 Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
Word Lesson 1 Microsoft Word Basics
Word Lesson 1 Word Basics
EEC-693/793 Applied Computer Vision with Depth Cameras
Exploring Microsoft Windows 8 Chapter 1 Getting Started with Windows 8
Practical Office 2007 Chapter 2
Using the Cyton Viewer Intro to the viewer.
Microsoft Word Basics.
PC-DMIS Introduction to GD&T Selection
Layers in Adobe After Effect
Computer Software Digital Literacy.
The View Figure Module The View Figure and Figure modules are for FactSage like Notepad and Word for Windows. Use the View Figure module for simple graphical.
EEC-693/793 Applied Computer Vision with Depth Cameras
Workshop 3.1 Sketching DesignModeler.
Microsoft Excel Basics
Introducing Blender.
After completing this lesson, you will be able to:
Computer Software Digital Literacy.
Lesson 7 Getting Started with Word Essentials
Introducing Blender.
EEC-693/793 Applied Computer Vision with Depth Cameras
Introduction to ligo_viewer
Introducing Blender.
Animation Workshop Week 2
Microsoft PowerPoint 2010 Lesson 2
Examples of Slide show navigation
Getting Started in RobotC
Cell Simulation.
Dep. of Information Technology By: Raz Dara Mohammad Amin
Computer Graphics Imaging Ying Zhu Georgia State University
Working with Symbols and Interactivity
Introduction to PowerPoint
POWER POINT WHY HAVE WE USE THIS PROGRAM? TO SHOW YOUR STUDY..
Instructor: Ted Markson
Word Lesson 1 Word Basics
Lesson 2: Selecting Cells, Rows, and Columns
How to Open PowerPoint Maryam Fatima.
EEC-693/793 Applied Computer Vision with Depth Cameras
Microsoft PowerPoint 2010 Lesson 2.
Lesson 1 – PowerPoint Essentials
AutoCAD Certified user: Inventor
Core: Desktop Publishing
HIBBs is a program of the Global Health Informatics Partnership Learning the Basics of Microsoft Word 2019 and Microsoft office support TFN
Skills Sheet: ‘Using the 3D viewer’
An Introduction to the Windows Operating System
Computer Animation Ying Zhu Georgia State University
Presentation transcript:

Introduction to OpenSCAD

OpenSCAD is maintained by Marius Kintel About OpenSCAD OpenSCAD is software for creating solid 3D CAD models. It is free software and available for Linux/UNIX, Windows and Mac OS X. Unlike most free software for creating 3D models (such as Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. OpenSCAD uses a type of 3D-compiler that reads in a script file that describes the object and renders the 3D model from this script file. This gives you (the designer) full control over the modelling process and enables you to easily change any step in the modelling process or make designs that are defined by configurable parameters. OpenSCAD is maintained by Marius Kintel OpenSCAD is Free Software released under the General Public License version 2.

Press F5 to get a graphical preview of what you typed (or press F6 to get a graphical view). Drag with left mouse button to rotate the view. The bottom line will change the rotate values. Drag with an other mouse button (or control-drag under OSX) to translate (move) the view. The bottom line will change translate values. Use the mouse scroll to zoom in and out. Alternatively you can use the + and - keys, or right-drag with the mouse while pressing a shift key (or control-shift-drag under OSX). The Viewport line at the bottom of the window will show a change in the distance value.

Simple three-dimensional objects form the basis of Constructive Solid Geometry