GRASSHOPPER TUTORIAL 02 PERFORATED CURVATURE.

Size: px
Start display at page:

Download "GRASSHOPPER TUTORIAL 02 PERFORATED CURVATURE."

Transcription

1 GRASSHOPPER TUTORIAL 02 PERFORATED CURVATURE

2 IDEA PERFORATED CURVATURE THIS TUTORIAL EXTENDS UPON TUTORIAL 01 BY CREATING A SIMPLE DEFINITION THAT ANALYSES THE CURVATURE OF A DOUBLY CURVED SURFACE AND INDICATES HOW THIS COULD BE FURTHER EXTENDED TO MANIPULATE MATERIAL QUALITIES TO ACHIEVE COMPLEX DOUBLE CURVATURE FROM PERFORATIONS IN A FLAT SHEET. FURTHER INFORMATION REGARDING THE FURTHER EXTENSION OF THIS DEFINITION IS PROVIDED AT THE END OF THE TUTORIAL.

3 EXERCISE CREATE A DOUBLY CURVED SURFACE IN RHINO THAT WILL BE ANALYSED BY THE GRASSHOPPER DEFINITION. REFERENCE THIS SURFACE FROM RHINO INTO GRASSHOPPER USING THE SURFACE COMPONENT. RIGHT CLICK ON THE COMPONENT AND SELECT SET ONE SURFACE (PARAMS/GEOMETRY/SURFACE) TO EVALUATE CURVES ONTO THE SURFACE POINTS MUST BE DEFINED ACROSS THE SURFACE. THIS IS ACHIEVED BY DIVIDING THE SURFACE INTO U&V TOPOLOGICAL CO-ORDINATES USING THE DIVIDE SURFACE COMPONENT. (SURFACE/UTILITY/SDIVIDE) SURFACES ARE DEFINED BY TWO DIRECTIONS IN PARAMETRIC SPACE, REFERRED TO AS U AND V DIRECTIONS. THE DOMAIN OF EACH OF THESE DIRECTIONS ARE DIVIDED BY THIS COMPONENT, RETURNING POINTS AND U,V PARAMETERS OF THE DIVISION POINTS, AND THE VECTOR NORMALS AT THESE POINTS. SPECIFY THE NUMBER OF DIVISIONS IN EACH OF THE U-DIRECTION AND V-DIRECTION USING NUMBER SLIDERS. (PARAMS/SPECIAL/NUMBER SLIDER) THE NUMERIC DOMAIN (THE MINIMUM, MAXIMUM AND RANGE) OF THE SLIDER AND THE TYPE OF NUMBER ROUNDING CAN BE ALTERED BY RIGHT CLICKING ON THE SLIDER AND SELECTING EDIT. WE ARE GOING TO MAKE A PERFORATION AT EACH OF THESE DIVISION POINTS INITIALLY BY CREATING A CIRCLE USING THE DIVISION POINTS AND NORMAL VECTOR AT THAT POINT. (CURVES/PRIMITIVES/CIRCLE CNR)

4 EXERCISE N.B. YOU CAN SEE THAT THE GH WIRES ARE NOW DOTTED AND HOLLOW. THIS INDICATES THAT THE OBJECT DATA HAS BEEN SEPARATED INTO BRANCHES. THE DATA STRUCTURE CAN BE VIEWED BY USING THE PARAM VIEWER COMPONENT. (PARAMS/SPECIAL/PARAM VIEWER) THE RADIUS OF THE CIRCLE CAN BE ALTERED BY ADDING A NUMBER SLIDER TO THE RADIUS INPUT. THIS RESULTS IN UNIFORM PERFORATION CURVES OVER OUR SURFACE, BUT NOTHING THAT RELATES TO SURFACE CURVATURE. WE WILL NOW ANALYSE THE SURFACE AT THE DIVISION POINTS AND USE THESE LOCAL CONDITIONS TO INFORM THE PERFORATIONS. TO ANALYSE THE SURFACE CURVATURE AT EACH OF THE UV COORDINATES INSERT THE SURFACE CURVATURE COMPONENT. (SURFACE/ANALYSIS/SURFACE CURVATURE) FOR FURTHER INFORMATION ON SURFACE CURVATURE SEE REFERENCE MATERIAL. INPUT THE LOCAL GAUSSIAN CURVATURE TO INFORM THE RADII OF THE CIRCLES. INPUT THE LOCAL MEAN CURVATURE TO INFORM THE RADII OF THE CIRCLES AND EVALUATE THE DIFFERENCE.

5 EXERCISE DEPENDING ON THE SURFACE YOU HAVE CREATED, THE SIZE OF THE GENERATED PERFORATIONS MAY BE TOO SMALL. THE SIZE OF THE RADII INPUTS CAN BE VIEWED BY USING A PANEL. (PARAMS/SPECIAL/PANEL) INSERT A FUNCTION COMPONENT TO RE SCALE THE NUMERICAL DATA TO THE TARGET SURFACE. FUNCTION COMPONENTS ALLOW YOU TO ENTER ALGORITHMS TO ALTER THE DATA USING DIFFERENT NUMBERS OF VARIABLE INPUTS. IN THIS CASE WE WANT TO INCREASE THE SIZE OF THE CURVATURE ANALYSIS DATA TO INCREASE THE RADII INPUT TO A PERCEPTIBLE AMOUNT. (MATH/UTIL/F2) RIGHT-CLICK ON THE F INPUT OF THE COMPONENT TO INPUT A MATHEMATICAL EXPRESSION. THIS CAN BE DONE IN THE WINDOW BELOW EXPRESSION EDITOR OR BY SELECTING EXPRESSION EDITOR FOR A SEPARATE WINDOW WITH EXPRESSION ICONS IN THIS CASE I HAVE ENTERED THE EXPRESSION X*(Y*1000) TO ACHIEVE AN ADEQUATE RESULT. THE EXPRESSION REQUIRED WILL DEPEND ON THE SIZE OF THE INDIVIDUAL SURFACE. EXPERIMENT WITH DIFFERENT EXPRESSIONS UNTIL AN ADEQUATE OUTCOME IS REACHED WHERE THE CIRCULAR PERFORATIONS ENLARGE AS CURVATURE INCREASES, ALTERING THE RIGIDITY OF THE MATERIAL.

6 MATERIAL PERFORMANCE figure 1 figure 2 BASED UPON EXPLORATION ON THE MATERIAL PROPERTIES OF A PERFROATED TIMBER LAMINATE PRESENTED AT THE ACADIA REGIONAL CONFERENCE IN FOR THE WHOLE ARTICLE, SEE THE LINK ON THE DDA\SCRIPTS PAGE: THE CONCEPT IS TO USE THE INHERENT STRUCTURAL PROPERTIES OF THE MATERIAL, AND THE POWER OAND ACCURACY OF COMPUTATIONAL DESIGN TOOLS TO MANIPULATE A SURFACE IN A VIRTUAL SPACE AND BE ABLE TO REPLICATE IT WITH PRECISION IN REALITY. figure 3 figure 4 THE INTIAL DOCUMENTATION PROVIDED ABOVE (FIG.1) SHOWS THE STRUCTURAL ANALYSIS OF A 10X10 SHEET OF TIMBER LAMINATE, WITH VARYING PERFORATIONS. FIGURE 2 SHOWS AN INITIAL CURVATURE ANALYSIS OF A NURBS SURFACE (FIG.2) WHICH GENERATES PERFORATIONS USING A DESIGN SCRIPT (FIG.3). THE INFORMATION REQUIRED TO INFORM A CNC CUTTING MACHINE IS THE EXTRACTED TO ENABLE THE BOTTOM FABRICATION, (FIG.4) WHICH APPEARS TO RESTRICT THE BENDING OF THE MATERIAL TO THE DESIRED DIRECTION.

7 REFERENCE MATERIAL Curvature As the name suggests, curvature is the amount of curve in a surface, or how much an object s geometry deviates from being flat. Curvature is measured locally but often represented via a colour gradient (see icon, right) to show the differentiation of values across a surface. Concave and convex curvature values are often represented as positive and negative values. principal and surface curvature icons within Grasshopper positive Gaussian curvature, bowl-like surface Curvature on surfaces Surfaces are defined by two directions in parametric space, often referred to as U and V directions. It is the combination of curvature in each of these directions at a point which defines the surface curvature. There are two forms of curvature you will come across in NURBS modelling and in these tutorials; mean curvature and Gaussian curvature. As the name suggests, mean curvature is the mean value of the two directional curvatures; one half the sum of the principal curvatures at a point. Surfaces with zero mean curvature across them are minimal surfaces. Gaussian curvature is the product of the two values. Therefore developable surfaces, otherwise called ruled surfaces,curve only in one isoparametric direction and have a Gaussian curvature of zero across their entirety. negative Gaussian curvature, saddle-like surface developable surface, zero Gaussian curvature Further explanations of curvature: Mean Curvature Gaussian Curvature *Gaussian curvature examples from Essential Mathematics for Computational Design

S206E Lecture 13, 5/22/2016, Grasshopper Math and Logic Rules

S206E Lecture 13, 5/22/2016, Grasshopper Math and Logic Rules S206E057 -- Lecture 13, 5/22/2016, Grasshopper Math and Logic Rules Copyright 2016, Chiu-Shui Chan. All Rights Reserved. Interface of Math and Logic Functions 1. Basic mathematic operations: For example,

More information

GRASSHOPPER TUTORIAL 03 POLYGON PANELLING TUTORIAL

GRASSHOPPER TUTORIAL 03 POLYGON PANELLING TUTORIAL GRASSHOPPER TUTORIAL 03 POLYGON PANELLING TUTORIAL IDEA POLYGON PANELLING THIS TUTORIAL WILL PANEL A SURFACE WITH A SPECIFIED GRID OF POLYLINES USING TRIANGULAR, RECTANGULAR, GEXAGONAL AND RADIAL GRIDS.

More information

CURVATURE ANALYSIS TUTORIAL

CURVATURE ANALYSIS TUTORIAL CURVATURE ANALYSIS TUTORIAL NICHOLAS HEATHCOTT JOHN FERGUSON This tutorial will provide tools for analyzing the curvature of your geometry, be it linear, planar, or a solid form. This means both the degree

More information

RHINOCEROS AND NURBS MODELING

RHINOCEROS AND NURBS MODELING Introduction RHINOCEROS AND NURBS MODELING There are three main ways to create a 3D computer model using 3D applications. Each has particular advantages and drawbacks, and the ability to create (or convert

More information

INTRODUCTION // MODELING PROCESS COMPARISON

INTRODUCTION // MODELING PROCESS COMPARISON INTRODUCTION // MODELING PROCESS COMPARISON INTRODUCTION // MODELING PROCESS IN RHINO ROTATION AXIS PROFILE CRV - TYPE REVOLVE - HIT - PICK PROFILE CRV - HIT - PICK ROTATION AXIS - HIT - TYPE 0 AS START

More information

portfolio - graphics II - EVDS Graphics ll - Winter Sarah Williams -

portfolio - graphics II - EVDS Graphics ll - Winter Sarah Williams - portfolio - graphics II 1 - animate imaging (01/15/2010) boundary condition BEGINNING TO REACH FOR THE BOUNDARY relating boundary to edge: branching/bifurcation REACHING IN MULTIPLE DIRECTIONS BRANCHING

More information

Level 2 Advanced NURBS modelling with Rhino

Level 2 Advanced NURBS modelling with Rhino Level 2 Advanced NURBS modelling with Rhino Course Outline This course is geared to individuals who will be using and/or supporting Rhino. Exploring advanced techniques in modelling, this course helps

More information

Grasshopper Level 1 Class: Improving your workflow using parametric tools

Grasshopper Level 1 Class: Improving your workflow using parametric tools Grasshopper Level 1 Class: Improving your workflow using parametric tools Simply Rhino Limited 0208 498 9900 www.simplyrhino.co.uk training@simplyrhino.co.uk 1 Introduction Instructors: Arthur Mamou-Mani

More information

Dgp _ lecture 2. Curves

Dgp _ lecture 2. Curves Dgp _ lecture 2 Curves Questions? This lecture will be asking questions about curves, their Relationship to surfaces, and how they are used and controlled. Topics of discussion will be: Free form Curves

More information

Geometry of image formation

Geometry of image formation Geometry of image formation discussing here... mirrors definition of mirror types of mirrors aspects of plane mirror aspects of curved mirrors what is mirror? glass sheet with silvery / metallic coating

More information

Envelope Parametric Model using Grasshopper

Envelope Parametric Model using Grasshopper Envelope Parametric Model using Grasshopper i Table of Contents Overview... 1 Learning Objectives... 1 Pre-requisites... 1 Glossary... 1 Tutorial... 2 1. Parametric Model Structure... 2 2. Drivers... 3

More information

Rhino Grasshopper Tutorial. Ivo A. Semerdjiev digiitalarchfab.com/portal

Rhino Grasshopper Tutorial. Ivo A. Semerdjiev digiitalarchfab.com/portal Rhino Grasshopper Tutorial Ivo A. Semerdjiev isemerdj@iit.edu digiitalarchfab.com/portal overview The purpose of this tutorial is to create a folding origami skin based on parametric principles. The first

More information

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Tim Varner - 2004 The Inventor User Interface Command Panel Lists the commands that are currently

More information

Curvature Berkeley Math Circle January 08, 2013

Curvature Berkeley Math Circle January 08, 2013 Curvature Berkeley Math Circle January 08, 2013 Linda Green linda@marinmathcircle.org Parts of this handout are taken from Geometry and the Imagination by John Conway, Peter Doyle, Jane Gilman, and Bill

More information

volume & surface area of a right circular cone cut by a plane parallel to symmetrical axis (Hyperbolic section)

volume & surface area of a right circular cone cut by a plane parallel to symmetrical axis (Hyperbolic section) From the SelectedWorks of Harish Chandra Rajpoot H.C. Rajpoot Winter December 25, 2016 volume & surface area of a right circular cone cut by a plane parallel to symmetrical axis (Hyperbolic section) Harish

More information

S206E Lecture 15, 4/27/2018, Rhino 3D, Grasshopper, Shanghai Tower modeling

S206E Lecture 15, 4/27/2018, Rhino 3D, Grasshopper, Shanghai Tower modeling S206E057 -- Lecture 15, 4/27/2018, Rhino 3D, Grasshopper, Shanghai Tower modeling Copyright 2018, Chiu-Shui Chan. All Rights Reserved. Creation of high-rise building models has a typical algorithm, which

More information

Curve and Surface Basics

Curve and Surface Basics Curve and Surface Basics Implicit and parametric forms Power basis form Bezier curves Rational Bezier Curves Tensor Product Surfaces ME525x NURBS Curve and Surface Modeling Page 1 Implicit and Parametric

More information

Design, Computation and Computer Controlled Devices

Design, Computation and Computer Controlled Devices 4.212 Design Fabrication Design, Computation and Computer Controlled Devices Prof. Larry Sass Department of Architecture and Planning MIT LECTURE #4 [1] Designing with Paper [2] Surface Representation

More information

2D Grey-Level Convex Hull Computation: A Discrete 3D Approach

2D Grey-Level Convex Hull Computation: A Discrete 3D Approach 2D Grey-Level Convex Hull Computation: A Discrete 3D Approach Ingela Nyström 1, Gunilla Borgefors 2, and Gabriella Sanniti di Baja 3 1 Centre for Image Analysis, Uppsala University Uppsala, Sweden ingela@cb.uu.se

More information

What is it? How does it work? How do we use it?

What is it? How does it work? How do we use it? What is it? How does it work? How do we use it? Dual Nature http://www.youtube.com/watch?v=dfpeprq7ogc o Electromagnetic Waves display wave behavior o Created by oscillating electric and magnetic fields

More information

Approaching an Approximation of Freeform Surfaces by Developable Strips using Apparent Contours.

Approaching an Approximation of Freeform Surfaces by Developable Strips using Apparent Contours. Proceedings of Bridges 2013: Mathematics, Music, Art, Architecture, Culture Approaching an Approximation of Freeform Surfaces by Developable Strips using Apparent Contours. Francisco González-Quintial,

More information

Generating Tool Paths for Free-Form Pocket Machining Using z-buffer-based Voronoi Diagrams

Generating Tool Paths for Free-Form Pocket Machining Using z-buffer-based Voronoi Diagrams Int J Adv Manuf Technol (1999) 15:182 187 1999 Springer-Verlag London Limited Generating Tool Paths for Free-Form Pocket Machining Using z-buffer-based Voronoi Diagrams Jaehun Jeong and Kwangsoo Kim Department

More information

S206E Lecture 16, 4/27/2018, Rhino 3D, Grasshopper & Architecture Modeling

S206E Lecture 16, 4/27/2018, Rhino 3D, Grasshopper & Architecture Modeling Copyright 2018, Chiu-Shui Chan. All Rights Reserved. Create regular features on façade and form: S206E057 Spring 2018 Modeling panel features or structural components could be done by a few components

More information

Generating Vectors Overview

Generating Vectors Overview Generating Vectors Overview Vectors are mathematically defined shapes consisting of a series of points (nodes), which are connected by lines, arcs or curves (spans) to form the overall shape. Vectors can

More information

CS 523: Computer Graphics, Spring Differential Geometry of Surfaces

CS 523: Computer Graphics, Spring Differential Geometry of Surfaces CS 523: Computer Graphics, Spring 2009 Shape Modeling Differential Geometry of Surfaces Andrew Nealen, Rutgers, 2009 3/4/2009 Recap Differential Geometry of Curves Andrew Nealen, Rutgers, 2009 3/4/2009

More information

The World Is Not Flat: An Introduction to Modern Geometry

The World Is Not Flat: An Introduction to Modern Geometry The World Is Not Flat: An to The University of Iowa September 15, 2015 The story of a hunting party The story of a hunting party What color was the bear? The story of a hunting party Overview Gauss and

More information

LENSES DDC TECHNOLOGIES

LENSES DDC TECHNOLOGIES LENSES Optical Glass Plano-convex Lenses... 2 Optical Glass Plano-concave Lenses... 3 Optical Glass Bi-convex Lenses... 4 Optical Glass Bi-concave Lenses... 5 Fused Silica Plano-convex Lenses... 6 Fused

More information

FREEFORM SURFACES WITH PLANAR QUADRILATERAL FACES

FREEFORM SURFACES WITH PLANAR QUADRILATERAL FACES FREEFORM SURFACES WITH PLANAR QUADRILATERAL FACES If you try to cover a freeform surface with quadrilateral faces, in general the quadrilateral faces are not planar, because their four vertices does not

More information

I can solve simultaneous equations algebraically and graphically. I can solve inequalities algebraically and graphically.

I can solve simultaneous equations algebraically and graphically. I can solve inequalities algebraically and graphically. B I can factorise and expand complex expressions. I can factorise Quadratics I can recognise the Difference of Two Squares (D.O.T.S) simultaneous equations algebraically and graphically. inequalities algebraically

More information

Guide: CNC Milling

Guide: CNC Milling Guide: CNC Milling 20-07-2016 Overview P1 What is a CNC router? A CNC (computer Numerical Controlled) router is a computer controlled machine for cutting different materials along a path, or 3D shape,

More information

Light: Geometric Optics

Light: Geometric Optics Light: Geometric Optics Regular and Diffuse Reflection Sections 23-1 to 23-2. How We See Weseebecauselightreachesoureyes. There are two ways, therefore, in which we see: (1) light from a luminous object

More information

Large PHiZZy Donuts & Cola Modelling Surfaces with Modular Origami

Large PHiZZy Donuts & Cola Modelling Surfaces with Modular Origami Large PHiZZy Donuts & Cola Modelling Surfaces with Modular Origami by Lee Jian Le, Lim Jia Wei, Lu Yongquan Mentor: Gwee Hwee Ngee Hwa Chong Institution (High School) 1 Introduction Modular origami is

More information

COPYRIGHT DASSAULT SYSTEMES Version 5 Release 19 January 2009 EDU-CAT-EN-ASL-FS-V5R19

COPYRIGHT DASSAULT SYSTEMES Version 5 Release 19 January 2009 EDU-CAT-EN-ASL-FS-V5R19 CATIA Training CATIA Aerospace Sheet Metal Design Detailed Steps COPYRIGHT DASSAULT SYSTEMES Version 5 Release 19 January 2009 EDU-CAT-EN-ASL-FS-V5R19 Table of Contents Additional Exercise: Aerostructure...3

More information

Curvature. Corners. curvature of a straight segment is zero more bending = larger curvature

Curvature. Corners. curvature of a straight segment is zero more bending = larger curvature Curvature curvature of a straight segment is zero more bending = larger curvature Corners corner defined by large curvature value (e.g., a local maxima) borders (i.e., edges in gray-level pictures) can

More information

S206E Lecture 23, 5/26/2016, Interaction between Python and Grasshopper

S206E Lecture 23, 5/26/2016, Interaction between Python and Grasshopper S206E057 -- Lecture 23, 5/26/2016, Interaction between Python and Grasshopper Copyright 2016, Chiu-Shui Chan. All Rights Reserved. S206E057 Spring 2016 This lecture covers the techniques of using rhinoscriptsyntax

More information

Differentiated Product Project: Tessellation

Differentiated Product Project: Tessellation 1 Brianna Myers and Adriana Pena Doctor Loughmiller SPED 2324.01 3 April 2013 Differentiated Product Project: Tessellation Definition: Tessellation (or Tilling)- is when you cover a surface with a pattern

More information

S206E Lecture 17, 5/1/2018, Rhino & Grasshopper, Tower modeling

S206E Lecture 17, 5/1/2018, Rhino & Grasshopper, Tower modeling S206E057 -- Lecture 17, 5/1/2018, Rhino & Grasshopper, Tower modeling Copyright 2018, Chiu-Shui Chan. All Rights Reserved. Concept of Morph in Rhino and Grasshopper: S206E057 Spring 2018 Morphing is a

More information

General Information Project management Introduction... 4 Getting Started Input geometry... 7

General Information Project management Introduction... 4 Getting Started Input geometry... 7 Tutorial Shell Tutorial Shell All information in this document is subject to modification without prior notice. No part or this manual may be reproduced, stored in a database or retrieval system or published,

More information

Optics INTRODUCTION DISCUSSION OF PRINCIPLES. Reflection by a Plane Mirror

Optics INTRODUCTION DISCUSSION OF PRINCIPLES. Reflection by a Plane Mirror Optics INTRODUCTION Geometric optics is one of the oldest branches of physics, dealing with the laws of reflection and refraction. Reflection takes place on the surface of an object, and refraction occurs

More information

Shape Modeling and Geometry Processing

Shape Modeling and Geometry Processing 252-0538-00L, Spring 2018 Shape Modeling and Geometry Processing Discrete Differential Geometry Differential Geometry Motivation Formalize geometric properties of shapes Roi Poranne # 2 Differential Geometry

More information

Essential Mathematics for Computational Design

Essential Mathematics for Computational Design Essential Mathematics for Computational Design, Third edition, by Robert McNeel & Associates, 2013 is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License. ii Preface Essential

More information

SWITCHING FROM GRASSHOPPER TO VECTORWORKS

SWITCHING FROM GRASSHOPPER TO VECTORWORKS SWITCHING FROM GRASSHOPPER TO VECTORWORKS INTRODUCTION Graphical scripting allows you to build a parametric process that is powerful and easier to use than traditional programming. Its flow chart-like

More information

Lesson 3: Surface Creation

Lesson 3: Surface Creation Lesson 3: Surface Creation In this lesson, you will learn how to create surfaces from wireframes. Lesson Contents: Case Study: Surface Creation Design Intent Stages in the Process Choice of Surface Sweeping

More information

EDEXCEL NATIONAL CERTIFICATE UNIT 4 MATHEMATICS FOR TECHNICIANS OUTCOME 1

EDEXCEL NATIONAL CERTIFICATE UNIT 4 MATHEMATICS FOR TECHNICIANS OUTCOME 1 EDEXCEL NATIONAL CERTIFICATE UNIT 4 MATHEMATICS FOR TECHNICIANS OUTCOME 1 TUTORIAL 4 AREAS AND VOLUMES Determine the fundamental algebraic laws and apply algebraic manipulation techniques to the solution

More information

6. Applications - Text recognition in videos - Semantic video analysis

6. Applications - Text recognition in videos - Semantic video analysis 6. Applications - Text recognition in videos - Semantic video analysis Stephan Kopf 1 Motivation Goal: Segmentation and classification of characters Only few significant features are visible in these simple

More information

FreeStyle Shaper & Optimizer

FreeStyle Shaper & Optimizer FreeStyle Shaper & Optimizer Preface What's New Getting Started Basic Tasks Advanced Tasks Workbench Description Customizing Glossary Index Dassault Systèmes 1994-99. All rights reserved. Preface CATIA

More information

I can solve simultaneous equations algebraically, where one is quadratic and one is linear.

I can solve simultaneous equations algebraically, where one is quadratic and one is linear. A* I can manipulate algebraic fractions. I can use the equation of a circle. simultaneous equations algebraically, where one is quadratic and one is linear. I can transform graphs, including trig graphs.

More information

Beginners Guide Maya. To be used next to Learning Maya 5 Foundation. 15 juni 2005 Clara Coepijn Raoul Franker

Beginners Guide Maya. To be used next to Learning Maya 5 Foundation. 15 juni 2005 Clara Coepijn Raoul Franker Beginners Guide Maya To be used next to Learning Maya 5 Foundation 15 juni 2005 Clara Coepijn 0928283 Raoul Franker 1202596 Index Index 1 Introduction 2 The Interface 3 Main Shortcuts 4 Building a Character

More information

Refraction. P04 Refraction (complete).notebook. November 06, What is a medium? Ex.

Refraction. P04 Refraction (complete).notebook. November 06, What is a medium? Ex. http://www.youtube.com/watch?v=fd1544bm_c4&playnext=1&list=pla6430972cd25464c&feature=results_video http://www.youtube.com/watch?v=fhbz40jio4q Refraction What is a medium? Ex. Refraction refers to the

More information

Differential Geometry: Circle Patterns (Part 1) [Discrete Conformal Mappinngs via Circle Patterns. Kharevych, Springborn and Schröder]

Differential Geometry: Circle Patterns (Part 1) [Discrete Conformal Mappinngs via Circle Patterns. Kharevych, Springborn and Schröder] Differential Geometry: Circle Patterns (Part 1) [Discrete Conformal Mappinngs via Circle Patterns. Kharevych, Springborn and Schröder] Preliminaries Recall: Given a smooth function f:r R, the function

More information

CATIA Surface Design

CATIA Surface Design CATIA V5 Training Exercises CATIA Surface Design Version 5 Release 19 September 2008 EDU_CAT_EN_GS1_FX_V5R19 Table of Contents (1/2) Creating Wireframe Geometry: Recap Exercises 4 Creating Wireframe Geometry:

More information

Implementation of BIM for Bridge Design A Case Study

Implementation of BIM for Bridge Design A Case Study Implementation of BIM for Bridge Design A Case Study Yi-Min Chen 1, Chih-Wen Chen 2 and Shang-Hsien Hsieh 3 1 Engineer, BIM Center, Sinotech Engineering Consultants, LTD., Taipei, Taiwan 2 Manager, BIM

More information

GETTING STARTED USING LOTUS CONCEPT VALVE TRAIN

GETTING STARTED USING LOTUS CONCEPT VALVE TRAIN GETTING STARTED USING LOTUS CONCEPT VALVE TRAIN V ERSION 2.05 The information in this document is furnished for informational use only, may be revised from time to time, and should not be construed as

More information

LECTURE 18 - OPTIMIZATION

LECTURE 18 - OPTIMIZATION LECTURE 18 - OPTIMIZATION CHRIS JOHNSON Abstract. In this lecture we ll describe extend the optimization techniques you learned in your first semester calculus class to optimize functions of multiple variables.

More information

Aptitude Volume and Surface Area. Theory

Aptitude Volume and Surface Area. Theory Aptitude Volume and Surface Area Theory Volume Volume is the amount of space inside a three-dimensional (length, width and height.) object, or its capacity. measured in cubic units. Surfce Area Total area

More information

05 - Surfaces. Acknowledgements: Olga Sorkine-Hornung. CSCI-GA Geometric Modeling - Daniele Panozzo

05 - Surfaces. Acknowledgements: Olga Sorkine-Hornung. CSCI-GA Geometric Modeling - Daniele Panozzo 05 - Surfaces Acknowledgements: Olga Sorkine-Hornung Reminder Curves Turning Number Theorem Continuous world Discrete world k: Curvature is scale dependent is scale-independent Discrete Curvature Integrated

More information

Impulse Gauss Curvatures 2002 SSHE-MA Conference. Howard Iseri Mansfield University

Impulse Gauss Curvatures 2002 SSHE-MA Conference. Howard Iseri Mansfield University Impulse Gauss Curvatures 2002 SSHE-MA Conference Howard Iseri Mansfield University Abstract: In Riemannian (differential) geometry, the differences between Euclidean geometry, elliptic geometry, and hyperbolic

More information

TOOLPATHS TRAINING GUIDE. Sample. Distribution. not for MILL-LESSON-4-TOOLPATHS DRILL AND CONTOUR

TOOLPATHS TRAINING GUIDE. Sample. Distribution. not for MILL-LESSON-4-TOOLPATHS DRILL AND CONTOUR TOOLPATHS TRAINING GUIDE MILL-LESSON-4-TOOLPATHS DRILL AND CONTOUR Mill-Lesson-4 Objectives You will generate a toolpath to machine the part on a CNC vertical milling machine. This lesson covers the following

More information

Architectural Geometry as Design Knowledge

Architectural Geometry as Design Knowledge AD Structuring in Architecture Special Issue on Architectural Structural Engineering 2010 Guest Editors Prof. Dr. Arch. Rivka Oxman Prof. Dr. Arch. Robert Oxman Architectural Geometry as Design Knowledge

More information

The Geometric Primitive MatOrus Francisco A. Madera 1, Jorge Madera-Valdez 2

The Geometric Primitive MatOrus Francisco A. Madera 1, Jorge Madera-Valdez 2 The Geometric Primitive MatOrus Francisco A. Madera 1, Jorge Madera-Valdez 2 1 Mathematics Faculty, Universidad Autonoma de Yucatan, Merida, Yucatan, Mexico 2 School of Architecture, Universidad Marista,

More information

GEOMETRIC OPTICS. LENSES refract light, so we need to know how light bends when entering and exiting a lens and how that interaction forms an image.

GEOMETRIC OPTICS. LENSES refract light, so we need to know how light bends when entering and exiting a lens and how that interaction forms an image. I. What is GEOMTERIC OPTICS GEOMETRIC OPTICS In geometric optics, LIGHT is treated as imaginary rays. How these rays interact with at the interface of different media, including lenses and mirrors, is

More information

Can Maps Make the World Go Round?

Can Maps Make the World Go Round? Can Maps Make the World Go Round? Vijay Ravikumar CMI July 3, 2017 Vijay Ravikuar (CMI) Can Maps Make the World Go Round? July 3, 2017 1 / 48 A common map of the Earth. Maybe you ve seen this map before.

More information

LIGHT Measuring Angles

LIGHT Measuring Angles 1. Using a protractor LIGHT Measuring Angles This angle is 33 Put vertex (corner) of angle where lines cross One arm of angle goes through middle of 0 This angle is 45 Measure these angles: 66 Light an

More information

Sketching Data

Sketching Data Sketching Data 101010001010 Carson Smuts - GSAPP 2013 This document outlines the core principles behind Parametric and Algorithmic computation. What has become evident is that users tend to learn as much

More information

To build shapes from scratch, use the tools are the far right of the top tool bar. These

To build shapes from scratch, use the tools are the far right of the top tool bar. These 3D GAME STUDIO TUTORIAL EXERCISE #5 USE MED TO SKIN AND ANIMATE A CUBE REVISED 11/21/06 This tutorial covers basic model skinning and animation in MED the 3DGS model editor. This exercise was prepared

More information

Assuming: f = 10 cm C = 20 cm p = 12 cm q = 60 cm h = 5 cm h = - 25 cm M = -5

Assuming: f = 10 cm C = 20 cm p = 12 cm q = 60 cm h = 5 cm h = - 25 cm M = -5 Object Distance greater than C Object Distance at C Assuming: f = 10 cm C = 20 cm p = 25 cm q = 16.66 h = 5 cm h = -3.32 cm M = -.664 Assuming: f = 10 cm C = 20 cm p = 20 cm q = 20 cm h = 5 cm h = -5 cm

More information

The Spring Primitive

The Spring Primitive The Spring Primitive for CARRARA 4,5 & 6 Version 0.42 The Spring Primitive correctly models and animates the geometry for a variety of helical springs. While springs can be made using the spline or vertex

More information

Introduction to the Mathematical Concepts of CATIA V5

Introduction to the Mathematical Concepts of CATIA V5 CATIA V5 Training Foils Introduction to the Mathematical Concepts of CATIA V5 Version 5 Release 19 January 2009 EDU_CAT_EN_MTH_FI_V5R19 1 About this course Objectives of the course Upon completion of this

More information

The Law of Reflection

The Law of Reflection If the surface off which the light is reflected is smooth, then the light undergoes specular reflection (parallel rays will all be reflected in the same directions). If, on the other hand, the surface

More information

Syllabus Form 3. Objectives Students will be able to: Mathematics Department. Revision of numbers. Form 3 Syllabus Page 1 of 7

Syllabus Form 3. Objectives Students will be able to: Mathematics Department. Revision of numbers. Form 3 Syllabus Page 1 of 7 Syllabus Form 3 Topic Revision of numbers Content 1. Rounding 2. Estimation 3. Directed numbers 4. Working with decimals 5. Changing fractions to 6. decimals and vice versa 7. 7.1. The reciprocal of a

More information

Grasshopper Level 2 Class: Advancing your parametric knowledge Data trees, Form-Finding and Meshes

Grasshopper Level 2 Class: Advancing your parametric knowledge Data trees, Form-Finding and Meshes Grasshopper Level 2 Class: Advancing your parametric knowledge Data trees, Form-Finding and Meshes Curve it, Fold it, Replicate it, Minimize it, Relax it, Optimize it, Generate it Simply Rhino Limited

More information

Aerospace Sheet Metal Design

Aerospace Sheet Metal Design CATIA V5 Training Foils Aerospace Sheet Metal Design Version 5 Release 19 January 2009 EDU_CAT_EN_ASL_FI_V5R19 1 About this course Objectives of the course Upon completion of this course you will be able

More information

Activity overview. Background. Concepts. Teacher preparation and Classroom management tips. Off on a Tangent

Activity overview. Background. Concepts. Teacher preparation and Classroom management tips. Off on a Tangent By: Russell Brown Grade level: secondary (Years 10-12) Activity overview Many special properties can be shown to be associated with cubic functions. This activity investigates tangents to the cubic function

More information

The image is virtual and erect. When a mirror is rotated through a certain angle, the reflected ray is rotated through twice this angle.

The image is virtual and erect. When a mirror is rotated through a certain angle, the reflected ray is rotated through twice this angle. 1 Class XII: Physics Chapter 9: Ray optics and Optical Instruments Top Concepts 1. Laws of Reflection. The reflection at a plane surface always takes place in accordance with the following two laws: (i)

More information

Stevens High School AP Physics II Work for Not-school

Stevens High School AP Physics II Work for Not-school 1. Gravitational waves are ripples in the fabric of space-time (more on this in the next unit) that travel at the speed of light (c = 3.00 x 10 8 m/s). In 2016, the LIGO (Laser Interferometry Gravitational

More information

Where n = 0, 1, 2, 3, 4

Where n = 0, 1, 2, 3, 4 Syllabus: Interference and diffraction introduction interference in thin film by reflection Newton s rings Fraunhofer diffraction due to single slit, double slit and diffraction grating Interference 1.

More information

MEI GeoGebra Tasks for A2 Core

MEI GeoGebra Tasks for A2 Core Task 1: Functions The Modulus Function 1. Plot the graph of y = x : use y = x or y = abs(x) 2. Plot the graph of y = ax+b : use y = ax + b or y = abs(ax+b) If prompted click Create Sliders. What combination

More information

Copyright 2009 Pearson Education, Inc. Chapter 9 Section 6 - Slide 1 AND

Copyright 2009 Pearson Education, Inc. Chapter 9 Section 6 - Slide 1 AND Copyright 2009 Pearson Education, Inc. Chapter 9 Section 6 - Slide 1 AND Chapter 9 Geometry Copyright 2009 Pearson Education, Inc. Chapter 9 Section 6 - Slide 2 WHAT YOU WILL LEARN Transformational geometry,

More information

TeeJay Publishers Homework for Level D book Ch 10-2 Dimensions

TeeJay Publishers Homework for Level D book Ch 10-2 Dimensions Chapter 10 2 Dimensions Exercise 1 1. Name these shapes :- a b c d e f g 2. Identify all the 2 Dimensional mathematical shapes in these figures : (d) (e) (f) (g) (h) 3. Write down the special name for

More information

Interactive Structural Analysis

Interactive Structural Analysis Interactive Structural Analysis Odysseas Georgiou University of Bath London, UK o.georgiou@bath.ac.uk Abstract This paper re-approaches structural engineering through an interactive perspective by introducing

More information

Geometry and Curve Definition

Geometry and Curve Definition Geometry and Curve Definition 1 NAPA 2014 What should I learn? How the Geometric hierarchy works How the coordinate system is defined Make curve definitions How to define the location surface How to define

More information

(Discrete) Differential Geometry

(Discrete) Differential Geometry (Discrete) Differential Geometry Motivation Understand the structure of the surface Properties: smoothness, curviness, important directions How to modify the surface to change these properties What properties

More information

Computergrafik. Matthias Zwicker Universität Bern Herbst 2016

Computergrafik. Matthias Zwicker Universität Bern Herbst 2016 Computergrafik Matthias Zwicker Universität Bern Herbst 2016 Today Curves NURBS Surfaces Parametric surfaces Bilinear patch Bicubic Bézier patch Advanced surface modeling 2 Piecewise Bézier curves Each

More information

OpenGL Graphics System. 2D Graphics Primitives. Drawing 2D Graphics Primitives. 2D Graphics Primitives. Mathematical 2D Primitives.

OpenGL Graphics System. 2D Graphics Primitives. Drawing 2D Graphics Primitives. 2D Graphics Primitives. Mathematical 2D Primitives. D Graphics Primitives Eye sees Displays - CRT/LCD Frame buffer - Addressable pixel array (D) Graphics processor s main function is to map application model (D) by projection on to D primitives: points,

More information

1. Open up PRO-DESKTOP from your programmes menu. Then click on the file menu > new> design.

1. Open up PRO-DESKTOP from your programmes menu. Then click on the file menu > new> design. Radio Tutorial Draw your spatula shape by:- 1. Open up PRO-DESKTOP from your programmes menu. Then click on the file menu > new> design. 2. The new design window will now open. Double click on design 1

More information

Physics 1C Lecture 26A. Beginning of Chapter 26

Physics 1C Lecture 26A. Beginning of Chapter 26 Physics 1C Lecture 26A Beginning of Chapter 26 Mirrors and Lenses! As we have noted before, light rays can be diverted by optical systems to fool your eye into thinking an object is somewhere that it is

More information

Textures and UV Mapping in Blender

Textures and UV Mapping in Blender Textures and UV Mapping in Blender Categories : Uncategorised Date : 21st November 2017 1 / 25 (See below for an introduction to UV maps and unwrapping) Jim s Notes regarding Blender objects, the UV Editor

More information

Guide: Slicer for Fusion

Guide: Slicer for Fusion Overview What is Slicer? Laser cutting is a very fast production and manufacturing method that is limited to only cutting flat surfaces. Slicer for Fusion 360 is an Autodesk software that allows you to

More information

Math 3315: Geometry Vocabulary Review Human Dictionary: WORD BANK

Math 3315: Geometry Vocabulary Review Human Dictionary: WORD BANK Math 3315: Geometry Vocabulary Review Human Dictionary: WORD BANK [acute angle] [acute triangle] [adjacent interior angle] [alternate exterior angles] [alternate interior angles] [altitude] [angle] [angle_addition_postulate]

More information

Measuring Lengths The First Fundamental Form

Measuring Lengths The First Fundamental Form Differential Geometry Lia Vas Measuring Lengths The First Fundamental Form Patching up the Coordinate Patches. Recall that a proper coordinate patch of a surface is given by parametric equations x = (x(u,

More information

Chapter 23. Images and Mirrors 3/23/11. Mirrors and Lenses QUESTIONS? PLEASE ASK! Types of Images for Mirrors and Lenses.

Chapter 23. Images and Mirrors 3/23/11. Mirrors and Lenses QUESTIONS? PLEASE ASK! Types of Images for Mirrors and Lenses. 3/23/ LIGO mirror Announcements LIGO mirror Two exams down, one to go! No HW this week. Credit: LIGO Laboratory, Caltech Office hours: My office hours today from 2-3 pm (or make an appointment) Chapter

More information

76 ACADIA22 >> CONNECTING CROSSROADS OF DIGITAL DISCOURSE

76 ACADIA22 >> CONNECTING CROSSROADS OF DIGITAL DISCOURSE Fabrication of Partially Doublecurved Surfaces out of Flat Sheet Material Through a 3D Puzzle Approach Axel Kilian Massachusetts Institute of Technology 1 Introduction Rapid prototyping and CNC machining

More information

CATIA V5 Parametric Surface Modeling

CATIA V5 Parametric Surface Modeling CATIA V5 Parametric Surface Modeling Version 5 Release 16 A- 1 Toolbars in A B A. Wireframe: Create 3D curves / lines/ points/ plane B. Surfaces: Create surfaces C. Operations: Join surfaces, Split & Trim

More information

Dave s Phenomenal Maya Cheat Sheet The 7 Default Menus By Dave

Dave s Phenomenal Maya Cheat Sheet The 7 Default Menus By Dave Dave s Phenomenal Maya Cheat Sheet The 7 Default Menus By Dave Menu Set Hot Keys F2 F3 F4 F5 Animation Modeling Dynamics Rendering Transformation / Manipulator Hot Keys Q W E R T Y Select Tool Move Tool

More information

Computergrafik. Matthias Zwicker. Herbst 2010

Computergrafik. Matthias Zwicker. Herbst 2010 Computergrafik Matthias Zwicker Universität Bern Herbst 2010 Today Curves NURBS Surfaces Parametric surfaces Bilinear patch Bicubic Bézier patch Advanced surface modeling Piecewise Bézier curves Each segment

More information

(Refer Slide Time: 00:02:24 min)

(Refer Slide Time: 00:02:24 min) CAD / CAM Prof. Dr. P. V. Madhusudhan Rao Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture No. # 9 Parametric Surfaces II So these days, we are discussing the subject

More information

CS 523: Computer Graphics, Spring Shape Modeling. Differential Geometry of Surfaces

CS 523: Computer Graphics, Spring Shape Modeling. Differential Geometry of Surfaces CS 523: Computer Graphics, Spring 2011 Shape Modeling Differential Geometry of Surfaces Andrew Nealen, Rutgers, 2011 2/22/2011 Differential Geometry of Surfaces Continuous and Discrete Motivation Smoothness

More information

Recent 3D Printed Sculptures

Recent 3D Printed Sculptures Recent 3D Printed Sculptures Henry Segerman November 13, 2011 1 Introduction I am a mathematician and a mathematical artist, currently a research fellow in the Department of Mathematics and Statistics

More information

Preliminary Mathematics of Geometric Modeling (3)

Preliminary Mathematics of Geometric Modeling (3) Preliminary Mathematics of Geometric Modeling (3) Hongxin Zhang and Jieqing Feng 2006-11-27 State Key Lab of CAD&CG, Zhejiang University Differential Geometry of Surfaces Tangent plane and surface normal

More information

SHRINK FILM ARCHITECTURE

SHRINK FILM ARCHITECTURE N. Gu, S. Watanabe, H. Erhan, M. Hank Haeusler, W. Huang, R. Sosa (eds.), Rethinking Comprehensive Design: Speculative Counterculture, Proceedings of the 19th International Conference on Computer- Aided

More information