Interactive Simulation of Teeth Cleaning

Size: px
Start display at page:

Download "Interactive Simulation of Teeth Cleaning"

Transcription

1 Gockel, Tilo 1 /6 Interactive Simulation of Teeth Cleaning T. Gockel, T. Salb, T. Weyrich, O. Burgert, R. Dillmann Institute for Process Control and Robotics Universität Karlsruhe (TH), Department for Computer Science Karlsruhe, Germany Tel.: , Fax: gockel@ira.uka.de, In this paper an interactive simulation system for teeth cleaning is presented. This simulation system offers assistance for optimizing design and manufacturing of new toothbrushes. Data acquisition and pre-processing techniques for the model generation are shown, an editor for modelling of the elastic behaviour of the toothbrushes parts is presented and the mathematical method for modelling of flexible parts of the toothbrush is explained. After the introduction of the PHANToM haptoid and the explanation of a new approach to collision detection, first results of the project are shown. 1 Introduction Dentists consider proper teeth brushing as the most important contribution to caries prophylaxis and plaque extinction. The efficiency of the process of teeth cleaning depends on various parameters, such as the geometry of the toothbrush, the arrangement of the bristles on the toothbrush s head and the right cleaning strategy. In this paper we present an interactive simulation system for teeth cleaning. This simulation offers valuable assistance for optimizing the design and manufacturing of new toothbrushes. Benefit is also granted to researchers in oral health care. The simulation system allows early tests of the functionality of future brush generations and enables the engineers to estimate the effects of design changes in an early state of the manufacturing process. Furthermore, the simulation system offers a cost-efficient way to experiment with different designs and functional properties in the development process of toothbrushes. It also allows the validation of the efficiency of certain brush types and bristle configurations. First in this paper, data acquisition for jaw and brush models and pre-processing techniques for the model generation are shown. Then, an editor for modelling of the elastic behaviour of the toothbrush handle and the toothbrushes bristles is presented. Afterwards, we explain the mathematical method for modelling of flexible parts of the toothbrush. In the next paragraph we describe the integration of the PHANToM haptoid in the simulation system and we explain the occurring difficulties and constraints using the PHANToMs GHOST library,

2 Gockel, Tilo 2 /6 leading to a new approach to collision detection. The paper finishes with the presentation of the results and with a view on further work to be done in future. 2 Methods 2.1 Data acquisition and conversion For a realistic simulation of the teeth-brushing process three-dimensional models of the toothbrush and the jaws are needed. CAD models of different toothbrush handles were provided by our industrial partner, CT scans of plaster casts from individual probands were used as jaw data sets. The generation of Open Inventor models (i.e. surface models) out of the CT slice images required several data conversion tools. Nevertheless the quality of the resulting jaw data is limited through the thickness of the CT slices of about 1.4 mm. Figure 1: Textured jaw, derived from pattern scanner data through triangulation Lateron we used different 3D-surface scanners, obtaining the best results with a pattern scanner that was developed exactly for this application (Figure 1). 2.2 Interactive cutting of the toothbrush datasets Modelling of the elastic behaviour of the toothbrush required a tool for cutting the data sets of the toothbrush handle at desired joint points (figure 2). Cutting a part out of a surface data set is not trivial: if the cutting plane does not lie across the edge of a triangle one has to calculate new triangles with new edges. Furthermore we decided to insert spheres at the joint points to keep the gaps that emerge when moving the segments invisible. The cut segments are the Finite Elements for the next step: Modelling of the flexible behaviour of the toothbrush with the Finite Elements Method.

3 Gockel, Tilo 3 /6 Figure 2: IV Cut tool in interactive mode with opened script file editor 2.3 Modelling of flexible areas and bristles For modelling the flexible behaviour of the toothbrush s handle and bristles, a basic Finite Element model is used. First, the flexible area is divided into individual segments. Then each of these elements is modelled as a bending beam. The analytical solution of the differential equation for one single bending beam is given by a polynomial function. Taking this polynom as an approach for the solution of the problem within the Finite Element Method, we can provide precise functional values for the contact points between the different equidistant elements. A single bristle is currently modelled by five equidistant bending beams. Taking forces and torques as input values and positions and angles as output values, a 10-dimensional equation system describes the relationship between these mathematical entities. Due to the dependencies between adjacent segments, a 10x10-matrix A, containing the single polynomial equations, represents the Finite Element model for a bristle. Considering additional conditions to be fulfilled by these equations, the resulting matrix A is a sparse matrix. The equation Α*x = b represents the solution of the Finite Element calculation for a bristle whereby b is a 10-dimensional vector that specifies the forces and torques on each segment and x determines the new position and angle values of the segment after application of the forces and torques. The emerging system of equations is solved using the L/Udecomposition. 2.4 Haptic user interface A fairly realistic behaviour of a simulation system can be achieved using an adequate user interface. For our work, we integrated a PHANToM haptic feedback device in our simulation system. Force-feedback can easily be simulated by programming a force field using the GHOST library delivered with the device. The force-feedback device plays the role of a virtual toothbrush. Calibration and tracking of a toothbrush using the PHANToM have been implemented.

4 Gockel, Tilo 4 /6 For the tracking feature a mode called Multitrack allows to switch between the view of the toothbrush, the view of a simulated PHANToM with the brush or the view of the trajectory reached by the toothbrush. Furthermore, a simulation of the PHANToM s overall functionality is available. 2.5 Collision detection between toothbrush and teeth The detection and visualization of collisions between the toothbrush and the teeth in the simulation system is of high importance for the whole project. As we want to simulate plaque extinction in a later period of the project we need the possibility to simulate contact of a toothbrush with certain surfaces, independent of the type of these structures which may represent teeth, plaque or some kind of soft tissue which is situated in the oral area. With the delivered software library of the PHANToM, the GHOST library, it is impossible to handle more than one collision point (i.e. one bristle), so we had to implement a new voxel-based algorithm for collision detection which is quite complex but nevertheless quite elegant: Given a (binary) voxel representation of the teeth, one can, using the Euclidian Distance Transformation, substitute the 1 or 0 in the representation of the object (inside or outside the object) with the length of the vector pointing directly to the surface of the object. This is the force vector, describing the reverse force effecting the colliding object, in our case the toothbrush. Furthermore given a surface model-based representation of the toothbrush and letting it literally dive inside the teeth, one can sum up all the force vectors that point backwards and one can calculate the resulting force vector for the PHANToM user. This diving process has to be simulated via the FEM analysis as a bending of the bristles at the surface of the teeth. Figure 3 shows one result of this implementation; for reasons of simplicity and to speed up the application, a sphere is chosen as simple volumetric object. Figure 3: Bristle deformation and collision detection on simple volumetric object (sphere)

5 Gockel, Tilo 5 /6 Despite of the elegance of this algorithm, it requires a lot of computing time, but these calculations can be done offline, before the simulation starts. 3 Results A first prototype of our system has been established, using a two-processor SGI Octane SSI (400MHz, V8 graphics), together with a 1.5A PHANToM device of SensAble Technologies Inc. The software modules described above have been implemented and form a powerful simulation application. By now it is possible to simulate the movements of the toothbrush s handle and of bristle bundles on the toothbrush s head considering the material properties specified by the user. Furthermore the system is capable of recording the trajectories of the toothbrush s head and thus recording the brushing behaviour of different users. Soon we will do test runs with probands at our university to compare different teethbrushing methods. Figure 4: Test person using the simulation environment The described algorithm for multi-point collision detection is implemented and is working well with simple models. Due to hardware limitations the system is in this state not capable of handling the original datasets, containing about triangles for visualization and about 2..5 million voxels for the haptic model. A hardware upgrade is ordered already and different mechanisms for reducing the data sets and smoothing the resulting data are already implemented with good results. Multi-point collision detection in the original model dataset will be the next milestone on the way towards simulation of single bristles instead of bristle bundles. 4 Discussion In this paper a 3D graphical simulation system for visualization and analysis of teeth brushing has been presented. The system is based on the Open Inventor Object Library. With the given import filters, standard jaw data sets may be used as well as patient individual data. Toothbrush datasets are modelled using original CAD data and specific bristle models.

6 Gockel, Tilo 6 /6 Behaviour of flexible elements of the brushes like the bristles and parts of the handle are modelled using the Finite-Element Method. The human machine interface of the system combines a haptic feedback device with a graphical user interface. First results are promising and the system will be refined. Future work will concentrate on collision detection and contact analysis for the toothbrush and the teeth leading over towards the modeling and simulation of single toothbrush fibers and their interaction. Moreover, we will implement a reachability analysis for the brush and especially the bristles in order to control which points in the oral space are touched by the brush. Possible enhancements of the project include also the integration of this work into a pre-operative planning system for cranio-facial surgery and the combination of this work with an experimental setup for intraoperative support of surgeons. Acknowledgement This research was performed at the Institute for Process Control and Robotics, in the group of Prof. Dr.-Ing. R. Dillmann, Universität Karlsruhe (TH), Germany. The work was initiated and funded by an industrial partner of our institute. References [1] E. de Arantes e Oliveira. Theoretical Foundations of the Finite Element Method. International Journal of Solids and Structures, Vol. 4, [2] R. Schwarz. Methode der finiten Elemente. Teubner, (German) [3] M. Alcañiz, V. Grau, C. Monserrat, C. Juan and S. Albalat. A system for simulation and planning of orthodontic treatment using a low cost 3D laser scanner for dental anatomy capturing. In Medicine Meets Virtual Reality 7, pages 8-14, San Diego, CA, Jan IOS Press and Ohmsha. [4] H. Schaude et al. Dokumentation für KaVis. Technical report, Universität Karlsruhe (TH), Institute for Process Control and Robotics, Germany, (German) [1] SensAble Technologies Inc. PHANToM Haptic Interface Hardware Installation and Technical Manual. Technical report, Cambridge, MA, [6] SensAble Technologies Inc. GHOST SDK Programmer s Guide Version 2.1. Technical report, Cambridge, MA, [7] T. Weingärtner, S. Hassfeld and R. Dillmann. Virtual Jaw: A 3D Simulation for Computer Assisted Surgery and Education. In Medicine Meets Virtual Reality 6, San Diego, CA, Jan IOS Press and Ohmsha. [8] T. Salb, J. Brief, O. Burgert, S. Hassfeld, J. Mühling and R. Dillmann. An augmented reality system for intraoperative presentation of planning and simulation results. In 2nd EUREL Worskhop on Medical Robotics, Pisa, Italy, September [9] Fa. Girrbach-Dental. Product Description DIGIDENT - Teeth-Scanning and Milling of Replacements. (German) [10] T. Weyrich. Kollision volumetrischer Körper mit einer als binäres Voxelbild gegebenen Umgebung. Universität Karlsruhe, IPR Institute für Process Control and Robotics, Technical Report, IPR, 13. April (German)

Sensor-aided Milling with a Surgical Robot System

Sensor-aided Milling with a Surgical Robot System 1 Sensor-aided Milling with a Surgical Robot System Dirk Engel, Joerg Raczkowsky, Heinz Woern Institute for Process Control and Robotics (IPR), Universität Karlsruhe (TH) Engler-Bunte-Ring 8, 76131 Karlsruhe

More information

A Study of Medical Image Analysis System

A Study of Medical Image Analysis System Indian Journal of Science and Technology, Vol 8(25), DOI: 10.17485/ijst/2015/v8i25/80492, October 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Medical Image Analysis System Kim Tae-Eun

More information

Reverse Engineering: Mechanical. Dr. Tarek A. Tutunji

Reverse Engineering: Mechanical. Dr. Tarek A. Tutunji Reverse Engineering: Mechanical Dr. Tarek A. Tutunji Mechanical RE References: 1. RE (reverse engineering) as necessary phase by rapid product development by Sokovic and Kopac 2. A Practical Appreciation

More information

Volumetric Deformable Models for Simulation of Laparoscopic Surgery

Volumetric Deformable Models for Simulation of Laparoscopic Surgery Volumetric Deformable Models for Simulation of Laparoscopic Surgery S. Cotin y, H. Delingette y, J.M. Clément z V. Tassetti z, J. Marescaux z, N. Ayache y y INRIA, Epidaure Project 2004, route des Lucioles,

More information

A Haptic VR Milling Surgery Simulator Using High-Resolution CT-Data.

A Haptic VR Milling Surgery Simulator Using High-Resolution CT-Data. A Haptic VR Milling Surgery Simulator Using High-Resolution CT-Data. Magnus ERIKSSON a, Mark DIXON b and Jan WIKANDER a. a The Mechatronics Lab/Machine Design, KTH, Stockholm, Sweden b SenseGraphics AB,

More information

Virtual Cutting in Medical Data. Institute for Real-time Computer Systems and Robotics. University of Karlsruhe, Department for Computer Science

Virtual Cutting in Medical Data. Institute for Real-time Computer Systems and Robotics. University of Karlsruhe, Department for Computer Science Virtual Cutting in Medical Data A. Mazura and S. Seifert Institute for Real-time Computer Systems and Robotics Prof. Dr. U. Rembold, Prof. Dr. R. Dillmann University of Karlsruhe, Department for Computer

More information

INTERACTIVE CUTTING OF THE SKULL FOR CRANIOFACIAL SURGICAL PLANNING

INTERACTIVE CUTTING OF THE SKULL FOR CRANIOFACIAL SURGICAL PLANNING INTERACTIVE CUTTING OF THE SKULL FOR CRANIOFACIAL SURGICAL PLANNING Greg Pintilie *1, Tim McInerney *2,*1 *1 Department of Computer Science, University of Toronto, Canada *2 Department of Math, Physics,

More information

2 Michael E. Leventon and Sarah F. F. Gibson a b c d Fig. 1. (a, b) Two MR scans of a person's knee. Both images have high resolution in-plane, but ha

2 Michael E. Leventon and Sarah F. F. Gibson a b c d Fig. 1. (a, b) Two MR scans of a person's knee. Both images have high resolution in-plane, but ha Model Generation from Multiple Volumes using Constrained Elastic SurfaceNets Michael E. Leventon and Sarah F. F. Gibson 1 MIT Artificial Intelligence Laboratory, Cambridge, MA 02139, USA leventon@ai.mit.edu

More information

Surgical Cutting on a Multimodal Object Representation

Surgical Cutting on a Multimodal Object Representation Surgical Cutting on a Multimodal Object Representation Lenka Jeřábková and Torsten Kuhlen Virtual Reality Group, RWTH Aachen University, 52074 Aachen Email: jerabkova@rz.rwth-aachen.de Abstract. In this

More information

Providing Haptic Hints to Automatic Motion Planners

Providing Haptic Hints to Automatic Motion Planners Providing Haptic Hints to Automatic Motion Planners O. Burchan Bayazit Guang Song Nancy M. Amato fburchanb,gsong,amatog@cs.tamu.edu Department of Computer Science, Texas A&M University College Station,

More information

The team. Disclosures. Ultrasound Guidance During Radiation Delivery: Confronting the Treatment Interference Challenge.

The team. Disclosures. Ultrasound Guidance During Radiation Delivery: Confronting the Treatment Interference Challenge. Ultrasound Guidance During Radiation Delivery: Confronting the Treatment Interference Challenge Dimitre Hristov Radiation Oncology Stanford University The team Renhui Gong 1 Magdalena Bazalova-Carter 1

More information

Elastic registration of medical images using finite element meshes

Elastic registration of medical images using finite element meshes Elastic registration of medical images using finite element meshes Hartwig Grabowski Institute of Real-Time Computer Systems & Robotics, University of Karlsruhe, D-76128 Karlsruhe, Germany. Email: grabow@ira.uka.de

More information

Anatomic Growth Modelling of Cleft Palate Shape. S.K. Chua*, S.H. Ong*, K.W.C. Foong**

Anatomic Growth Modelling of Cleft Palate Shape. S.K. Chua*, S.H. Ong*, K.W.C. Foong** ABSTRACT Anatomic Growth Modelling of Cleft Palate Shape S.K. Chua*, S.H. Ong*, K.W.C. Foong** *Dept of Electrical and Computer Engineering, **Dept of Preventive Dentistry, National University of Singapore

More information

Modifying Soft Tissue Models: Progressive Cutting with Minimal New Element Creation

Modifying Soft Tissue Models: Progressive Cutting with Minimal New Element Creation Modifying Soft Tissue Models: Progressive Cutting with Minimal New Element Creation Andrew B. Mor and Takeo Kanade Center for Medical Robotics and Computer Assisted Surgery Carnegie Mellon University,

More information

Real-time Soft Tissue Modelling for Webbased Surgical Simulation: SurfaceChainMail

Real-time Soft Tissue Modelling for Webbased Surgical Simulation: SurfaceChainMail Real-time Soft Tissue Modelling for Webbased Surgical Simulation: SurfaceChainMail Ying Li 1, Ken Brodlie 1, Nicholas Phillips 2 1 School of Computing, University of Leeds, Leeds LS2 9JT UK 2 Department

More information

Surgery Simulation and Planning

Surgery Simulation and Planning Surgery Simulation and Planning S. H. Martin Roth Dr. Rolf M. Koch Daniel Bielser Prof. Dr. Markus Gross Facial surgery project in collaboration with Prof. Dr. Dr. H. Sailer, University Hospital Zurich,

More information

Fast. Affordable. Complete. Desktop Scanning System from Great Lakes

Fast. Affordable. Complete. Desktop Scanning System from Great Lakes Desktop Scanning System from Great Lakes Fast Affordable Complete Create Virtual Bases Occlusal Mapping Complex Measurements Accurate Digital Study Models Desktop Scanning System Now you can easily convert

More information

PHOTOGRAMMETRIC TECHNIQUE FOR TEETH OCCLUSION ANALYSIS IN DENTISTRY

PHOTOGRAMMETRIC TECHNIQUE FOR TEETH OCCLUSION ANALYSIS IN DENTISTRY PHOTOGRAMMETRIC TECHNIQUE FOR TEETH OCCLUSION ANALYSIS IN DENTISTRY V. A. Knyaz a, *, S. Yu. Zheltov a, a State Research Institute of Aviation System (GosNIIAS), 539 Moscow, Russia (knyaz,zhl)@gosniias.ru

More information

Computer Simulation of Prostate Surgery

Computer Simulation of Prostate Surgery Computer Simulation of Prostate Surgery Miguel Angel Padilla, Felipe Altamirano, Fernando Arámbula and Jorge Marquez Image Analysis and Visualization Lab., Centro de Ciencias Aplicadas y Desarrollo Tecnológico

More information

Computational Geometry. Definition, Application Areas, and Course Overview

Computational Geometry. Definition, Application Areas, and Course Overview Computational Geometry Definition, Application Areas, and Course Overview Computational Geometry is a subfield of the Design and Analysis of Algorithms Computational Geometry is a subfield of the Design

More information

CREATION AND VISUALIZATION OF ANATOMICAL MODELS WITH AMIRA CREATION ET VISUALISATION DES MODELES ANATOMIQUES AVEC AMIRA

CREATION AND VISUALIZATION OF ANATOMICAL MODELS WITH AMIRA CREATION ET VISUALISATION DES MODELES ANATOMIQUES AVEC AMIRA CREATION AND VISUALIZATION OF ANATOMICAL MODELS WITH AMIRA CREATION ET VISUALISATION DES MODELES ANATOMIQUES AVEC AMIRA Summary 3D imaging methods are widely used in medicine and biology, mainly for image-guided

More information

3D Volume Mesh Generation of Human Organs Using Surface Geometries Created from the Visible Human Data Set

3D Volume Mesh Generation of Human Organs Using Surface Geometries Created from the Visible Human Data Set 3D Volume Mesh Generation of Human Organs Using Surface Geometries Created from the Visible Human Data Set John M. Sullivan, Jr., Ziji Wu, and Anand Kulkarni Worcester Polytechnic Institute Worcester,

More information

From Image Data to Three-Dimensional Geometric Models Case Studies on the Impact of 3D Patient Models

From Image Data to Three-Dimensional Geometric Models Case Studies on the Impact of 3D Patient Models From Image Data to Three-Dimensional Geometric Models Case Studies on the Impact of 3D Patient Models Hans-Christian HEGE 1,2), Hartmut SCHIRMACHER 2), Malte WESTERHOFF 1,2), Hans LAMECKER 1), Steffen

More information

ScienceDirect. The use of Optical Methods for Leak Testing Dampers

ScienceDirect. The use of Optical Methods for Leak Testing Dampers Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 69 ( 2014 ) 788 794 24th DAAAM International Symposium on Intelligent Manufacturing and Automation, 2013 The use of Optical

More information

Artery Soft-Tissue Modelling for Stent Implant Training System

Artery Soft-Tissue Modelling for Stent Implant Training System Artery Soft-Tissue Modelling for Stent Implant Training System Giovanni ALOISIO, Lucio Tommaso DE PAOLIS, Antonio MONGELLI, Luciana PROVENZANO Dept. of Innovation Engineering, University of Lecce Lecce,

More information

Advanced Image Reconstruction Methods for Photoacoustic Tomography

Advanced Image Reconstruction Methods for Photoacoustic Tomography Advanced Image Reconstruction Methods for Photoacoustic Tomography Mark A. Anastasio, Kun Wang, and Robert Schoonover Department of Biomedical Engineering Washington University in St. Louis 1 Outline Photoacoustic/thermoacoustic

More information

3D Ultrasound Reconstruction By The 3 Cons: Michael Golden Khayriyyah Munir Omid Nasser Bigdeli

3D Ultrasound Reconstruction By The 3 Cons: Michael Golden Khayriyyah Munir Omid Nasser Bigdeli 3D Ultrasound Reconstruction By The 3 Cons: Michael Golden Khayriyyah Munir Omid Nasser Bigdeli Client Contact: Dr. Joseph McIsaac Hartford Hospital 80 Seymour St. PO Box 5037 Hartford, CT 06102 (860)

More information

An approach to calculate and visualize intraoperative scattered radiation exposure

An approach to calculate and visualize intraoperative scattered radiation exposure Peter L. Reicertz Institut für Medizinische Informatik An approach to calculate and visualize intraoperative scattered radiation exposure Markus Wagner University of Braunschweig Institute of Technology

More information

TomoTherapy Related Projects. An image guidance alternative on Tomo Low dose MVCT reconstruction Patient Quality Assurance using Sinogram

TomoTherapy Related Projects. An image guidance alternative on Tomo Low dose MVCT reconstruction Patient Quality Assurance using Sinogram TomoTherapy Related Projects An image guidance alternative on Tomo Low dose MVCT reconstruction Patient Quality Assurance using Sinogram Development of A Novel Image Guidance Alternative for Patient Localization

More information

Non-Linear Analysis of Bolted Flush End-Plate Steel Beam-to-Column Connection Nur Ashikin Latip, Redzuan Abdulla

Non-Linear Analysis of Bolted Flush End-Plate Steel Beam-to-Column Connection Nur Ashikin Latip, Redzuan Abdulla Non-Linear Analysis of Bolted Flush End-Plate Steel Beam-to-Column Connection Nur Ashikin Latip, Redzuan Abdulla 1 Faculty of Civil Engineering, Universiti Teknologi Malaysia, Malaysia redzuan@utm.my Keywords:

More information

INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY

INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY VERIFICATION AND ANALYSIS M. L. Hsiao and J. W. Eberhard CR&D General Electric Company Schenectady, NY 12301 J. B. Ross Aircraft Engine - QTC General

More information

3D Modeling of Objects Using Laser Scanning

3D Modeling of Objects Using Laser Scanning 1 3D Modeling of Objects Using Laser Scanning D. Jaya Deepu, LPU University, Punjab, India Email: Jaideepudadi@gmail.com Abstract: In the last few decades, constructing accurate three-dimensional models

More information

Design and Validation of XY Flexure Mechanism

Design and Validation of XY Flexure Mechanism Design and Validation of XY Flexure Mechanism 1 Pratik M. Waghmare, 2 Shrishail B. Sollapur 1 Research Scholar, 2 Assistant Professor 1,2 Department of Mechanical Engineering, 1.2 Sinhgad Academy of Engineering,

More information

GPU Ultrasound Simulation and Volume Reconstruction

GPU Ultrasound Simulation and Volume Reconstruction GPU Ultrasound Simulation and Volume Reconstruction Athanasios Karamalis 1,2 Supervisor: Nassir Navab1 Advisor: Oliver Kutter1, Wolfgang Wein2 1Computer Aided Medical Procedures (CAMP), Technische Universität

More information

MAE Advanced Computer Aided Design. 01. Introduction Doc 02. Introduction to the FINITE ELEMENT METHOD

MAE Advanced Computer Aided Design. 01. Introduction Doc 02. Introduction to the FINITE ELEMENT METHOD MAE 656 - Advanced Computer Aided Design 01. Introduction Doc 02 Introduction to the FINITE ELEMENT METHOD The FEM is A TOOL A simulation tool The FEM is A TOOL NOT ONLY STRUCTURAL! Narrowing the problem

More information

3D Modeling: Surfaces

3D Modeling: Surfaces CS 430/536 Computer Graphics I 3D Modeling: Surfaces Week 8, Lecture 16 David Breen, William Regli and Maxim Peysakhov Geometric and Intelligent Computing Laboratory Department of Computer Science Drexel

More information

Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy

Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy T. Rohlfing a, D. Zerfowski b, J. Beier a, P. Wust a, N. Hosten a, R. Felix a a Department of

More information

Abstract. Introduction

Abstract. Introduction The efficient calculation of the Cartesian geometry of non-cartesian structures J.M. Freeman and D.G. Ford Engineering Control and Metrology Research Group, The School of Engineering, University of Huddersfield.

More information

RealWorks Software. A Powerful 3D Laser Scanning Office Software Suite

RealWorks Software. A Powerful 3D Laser Scanning Office Software Suite TECHNICAL NOTES RealWorks Software A Powerful 3D Laser Scanning Office Software Suite Trimble RealWorks is a powerful office software that imports rich data from your 3D laser scanning instrument and transforms

More information

Study on Gear Chamfering Method based on Vision Measurement

Study on Gear Chamfering Method based on Vision Measurement International Conference on Informatization in Education, Management and Business (IEMB 2015) Study on Gear Chamfering Method based on Vision Measurement Jun Sun College of Civil Engineering and Architecture,

More information

Basics of treatment planning II

Basics of treatment planning II Basics of treatment planning II Sastry Vedam PhD DABR Introduction to Medical Physics III: Therapy Spring 2015 Dose calculation algorithms! Correction based! Model based 1 Dose calculation algorithms!

More information

Some Open Problems in Graph Theory and Computational Geometry

Some Open Problems in Graph Theory and Computational Geometry Some Open Problems in Graph Theory and Computational Geometry David Eppstein Univ. of California, Irvine Dept. of Information and Computer Science ICS 269, January 25, 2002 Two Models of Algorithms Research

More information

Fracture & Tetrahedral Models

Fracture & Tetrahedral Models Pop Worksheet! Teams of 2. Hand in to Jeramey after we discuss. What are the horizontal and face velocities after 1, 2, and many iterations of divergence adjustment for an incompressible fluid? Fracture

More information

Response to Reviewers

Response to Reviewers Response to Reviewers We thank the reviewers for their feedback and have modified the manuscript and expanded results accordingly. There have been several major revisions to the manuscript. First, we have

More information

LASer Cavity Analysis and Design

LASer Cavity Analysis and Design The unique combination of simulation tools for LASer Cavity Analysis and Design During the last 15 years LASCAD has become industry-leading so ware for LASer Cavity Analysis and Design. The feedback from

More information

Comparison of Probing Error in Dimensional Measurement by Means of 3D Computed Tomography with Circular and Helical Sampling

Comparison of Probing Error in Dimensional Measurement by Means of 3D Computed Tomography with Circular and Helical Sampling nd International Symposium on NDT in Aerospace - We..A. Comparison of Probing Error in Dimensional Measurement by Means of D Computed Tomography with Circular and Helical Sampling Jochen HILLER, Stefan

More information

Biomet PMI. Patient-Matched Implants. CT Protocols

Biomet PMI. Patient-Matched Implants. CT Protocols CT Protocols One Surgeon. One Patient. Over 1 million times per year, Biomet helps one surgeon provide personalized care to one patient. The science and art of medical care is to provide the right solution

More information

Loma Linda University Medical Center Dept. of Radiation Medicine

Loma Linda University Medical Center Dept. of Radiation Medicine Loma Linda University Medical Center Dept. of Radiation Medicine and Northern Illinois University Dept. of Physics and Dept. of Computer Science Presented by George Coutrakon, PhD NIU Physics Dept. Collaborators

More information

Realworks Software. A Powerful 3D Laser Scanning Office Software Suite

Realworks Software. A Powerful 3D Laser Scanning Office Software Suite TECHNICAL NOTES Realworks Software A Powerful 3D Laser Scanning Office Software Suite Trimble RealWorks is a powerful office software that imports rich data from your 3D laser scanning instrument and transforms

More information

5 member consortium o University of Strathclyde o Wideblue o National Nuclear Laboratory o Sellafield Ltd o Inspectahire

5 member consortium o University of Strathclyde o Wideblue o National Nuclear Laboratory o Sellafield Ltd o Inspectahire 3 year, 1.24M Innovate UK funded Collaborative Research and Development Project (Nuclear Call) o Commenced April 2015 o Follows on from a successful 6 month Innovate UK funded feasibility study 2013-2014

More information

Registration concepts for the just-in-time artefact correction by means of virtual computed tomography

Registration concepts for the just-in-time artefact correction by means of virtual computed tomography DIR 2007 - International Symposium on Digital industrial Radiology and Computed Tomography, June 25-27, 2007, Lyon, France Registration concepts for the just-in-time artefact correction by means of virtual

More information

FAST FINITE ELEMENTS FOR SURGERY SIMULATION

FAST FINITE ELEMENTS FOR SURGERY SIMULATION FAST FINITE ELEMENTS FOR SURGERY SIMULATION MORTEN BRO-NIELSEN, Ph.D. HT Medical, Inc. Rockville, Maryland, USA and Department of Mathematical Modelling Technical University of Denmark, DENMARK e-mail:

More information

Increasing the accuracy with a rich sensor system for robotic laser osteotomy

Increasing the accuracy with a rich sensor system for robotic laser osteotomy Increasing the accuracy with a rich sensor system for robotic laser osteotomy Holger Mönnich moennich@ira.uka.de Daniel Stein dstein@ira.uka.de Jörg Raczkowsky rkowsky@ira.uka.de Heinz Wörn woern@ira.uka.de

More information

A DICOM-based streaming service for the Digital Operating Room

A DICOM-based streaming service for the Digital Operating Room A DICOM-based streaming service for the Digital Operating Room Release 0.00 Adrian Vázquez, Rafael Mayoral and Oliver Burgert July 10, 2009 ICCAS, Universität Leipzig, Semmelweisstraße 14, D-04103 Leipzig

More information

A Fast and Stable Approach for Restoration of Warped Document Images

A Fast and Stable Approach for Restoration of Warped Document Images A Fast and Stable Approach for Restoration of Warped Document Images Kok Beng Chua, Li Zhang, Yu Zhang and Chew Lim Tan School of Computing, National University of Singapore 3 Science Drive 2, Singapore

More information

Measurements using three-dimensional product imaging

Measurements using three-dimensional product imaging ARCHIVES of FOUNDRY ENGINEERING Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (1897-3310) Volume 10 Special Issue 3/2010 41 46 7/3 Measurements using

More information

MEDICAL IMAGING 2nd Part Computed Tomography

MEDICAL IMAGING 2nd Part Computed Tomography MEDICAL IMAGING 2nd Part Computed Tomography Introduction 2 In the last 30 years X-ray Computed Tomography development produced a great change in the role of diagnostic imaging in medicine. In convetional

More information

CS 231. Deformation simulation (and faces)

CS 231. Deformation simulation (and faces) CS 231 Deformation simulation (and faces) Deformation BODY Simulation Discretization Spring-mass models difficult to model continuum properties Simple & fast to implement and understand Finite Element

More information

SIMULATION OF POSTOPERATIVE 3D FACIAL MORPHOLOGY USING PHYSICS-BASED HEAD MODEL Yoshimitsu AOKI*, Shuji Hashimoto*, Masahiko Terajima**, Akihiko Nakasima** * Waseda University, Japan Department of Applied

More information

(Refer Slide Time: 00:01:27 min)

(Refer Slide Time: 00:01:27 min) Computer Aided Design Prof. Dr. Anoop Chawla Department of Mechanical engineering Indian Institute of Technology, Delhi Lecture No. # 01 An Introduction to CAD Today we are basically going to introduce

More information

Unwrapping of Urban Surface Models

Unwrapping of Urban Surface Models Unwrapping of Urban Surface Models Generation of virtual city models using laser altimetry and 2D GIS Abstract In this paper we present an approach for the geometric reconstruction of urban areas. It is

More information

Shadow casting. What is the problem? Cone Beam Computed Tomography THE OBJECTIVES OF DIAGNOSTIC IMAGING IDEAL DIAGNOSTIC IMAGING STUDY LIMITATIONS

Shadow casting. What is the problem? Cone Beam Computed Tomography THE OBJECTIVES OF DIAGNOSTIC IMAGING IDEAL DIAGNOSTIC IMAGING STUDY LIMITATIONS Cone Beam Computed Tomography THE OBJECTIVES OF DIAGNOSTIC IMAGING Reveal pathology Reveal the anatomic truth Steven R. Singer, DDS srs2@columbia.edu IDEAL DIAGNOSTIC IMAGING STUDY Provides desired diagnostic

More information

Animating cuts with on-the-fly re-meshing

Animating cuts with on-the-fly re-meshing EUROGRAPHICS 2001 / Jonathan C. Roberts Short Presentations Animating cuts with on-the-fly re-meshing F. Ganovelli and C. O Sullivan Image Synthesis Group, Computer Science Department, Trinity College

More information

Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset

Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset Discrete Estimation of Data Completeness for 3D Scan Trajectories with Detector Offset Andreas Maier 1, Patrick Kugler 2, Günter Lauritsch 2, Joachim Hornegger 1 1 Pattern Recognition Lab and SAOT Erlangen,

More information

A Control Technique for a 6-DOF Master-Slave Robot Manipulator System for Miniature Tasks

A Control Technique for a 6-DOF Master-Slave Robot Manipulator System for Miniature Tasks A Control Technique for a 6-DOF Master-Slave Robot Manipulator System for Miniature Tasks Sangveraphunsiri V., Malithong K. and Vongbunyong S. Department of Mechanical Engineering, Faculty of Engineering,

More information

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1

(12) Patent Application Publication (10) Pub. No.: US 2011/ A1 (19) United States US 2011 0255765A1 (12) Patent Application Publication (10) Pub. No.: US 2011/0255765 A1 Carlson et al. (43) Pub. Date: Oct. 20, 2011 (54) REDUCTION AND REMOVAL OF ARTIFACTS FROMA THREE-DIMIENSIONAL

More information

Texture Mapping using Surface Flattening via Multi-Dimensional Scaling

Texture Mapping using Surface Flattening via Multi-Dimensional Scaling Texture Mapping using Surface Flattening via Multi-Dimensional Scaling Gil Zigelman Ron Kimmel Department of Computer Science, Technion, Haifa 32000, Israel and Nahum Kiryati Department of Electrical Engineering

More information

technical notes trimble realworks software

technical notes trimble realworks software technical notes trimble realworks software A POWERFUL 3D LASER SCANNING OFFICE SOFTWARE SUITE Designed for today s multifaceted scanning professional, Trimble RealWorks is a powerful office software that

More information

HIGH PRECISION SURVEY AND ALIGNMENT OF LARGE LINEAR COLLIDERS - HORIZONTAL ALIGNMENT -

HIGH PRECISION SURVEY AND ALIGNMENT OF LARGE LINEAR COLLIDERS - HORIZONTAL ALIGNMENT - HIGH PRECISION SURVEY AND ALIGNMENT OF LARGE LINEAR COLLIDERS - HORIZONTAL ALIGNMENT - A. Herty, J. Albert 1 Deutsches Elektronen-Synchrotron DESY, Hamburg, Germany with international partners * 1. INTRODUCTION

More information

MODERN DIMENSIONAL MEASURING TECHNIQUES BASED ON OPTICAL PRINCIPLES

MODERN DIMENSIONAL MEASURING TECHNIQUES BASED ON OPTICAL PRINCIPLES MODERN DIMENSIONAL MEASURING TECHNIQUES BASED ON OPTICAL PRINCIPLES J. Reichweger 1, J. Enzendorfer 1 and E. Müller 2 1 Steyr Daimler Puch Engineering Center Steyr GmbH Schönauerstrasse 5, A-4400 Steyr,

More information

THE USE OF OPTICAL METHODS FOR LEAK TESTING DAMPERS

THE USE OF OPTICAL METHODS FOR LEAK TESTING DAMPERS DAAAM INTERNATIONAL SCIENTIFIC BOOK 2013 pp. 787-794 CHAPTER 47 THE USE OF OPTICAL METHODS FOR LEAK TESTING DAMPERS TOMASIAK, J. Abstract: The present paper presents the possible use of a portable structural

More information

Trimble Realworks Software

Trimble Realworks Software TECHNICAL NOTES Trimble Realworks Software A Powerful 3D Laser Scanning Office Software Suite DESIGNED FOR TODAY S MULTIFACETED SCANNING PROFESSIONAL, TRIMBLE REALWORKS IS A POWERFUL OFFICE SOFTWARE THAT

More information

3D SPATIAL DATA ACQUISITION AND MODELING OF ANGHEL SALIGNY MONUMENT USING TERRESTRIAL LASER SCANNING

3D SPATIAL DATA ACQUISITION AND MODELING OF ANGHEL SALIGNY MONUMENT USING TERRESTRIAL LASER SCANNING JOURNAL OF APPLIED ENGINEERING SCIENCES VOL. 2(15), issue 2_2012 ISSN 2247-3769 ISSN-L 2247-3769 (Print) / e-issn:2284-7197 3D SPATIAL DATA ACQUISITION AND MODELING OF ANGHEL SALIGNY MONUMENT USING TERRESTRIAL

More information

Neue Verfahren der Bildverarbeitung auch zur Erfassung von Schäden in Abwasserkanälen?

Neue Verfahren der Bildverarbeitung auch zur Erfassung von Schäden in Abwasserkanälen? Neue Verfahren der Bildverarbeitung auch zur Erfassung von Schäden in Abwasserkanälen? Fraunhofer HHI 13.07.2017 1 Fraunhofer-Gesellschaft Fraunhofer is Europe s largest organization for applied research.

More information

An Acquisition Geometry-Independent Calibration Tool for Industrial Computed Tomography

An Acquisition Geometry-Independent Calibration Tool for Industrial Computed Tomography 4th International Symposium on NDT in Aerospace 2012 - Tu.3.A.3 An Acquisition Geometry-Independent Calibration Tool for Industrial Computed Tomography Jonathan HESS *, Patrick KUEHNLEIN *, Steven OECKL

More information

Basic principles of MR image analysis. Basic principles of MR image analysis. Basic principles of MR image analysis

Basic principles of MR image analysis. Basic principles of MR image analysis. Basic principles of MR image analysis Basic principles of MR image analysis Basic principles of MR image analysis Julien Milles Leiden University Medical Center Terminology of fmri Brain extraction Registration Linear registration Non-linear

More information

[PDR03] RECOMMENDED CT-SCAN PROTOCOLS

[PDR03] RECOMMENDED CT-SCAN PROTOCOLS SURGICAL & PROSTHETIC DESIGN [PDR03] RECOMMENDED CT-SCAN PROTOCOLS WORK-INSTRUCTIONS DOCUMENT (CUSTOMER) RECOMMENDED CT-SCAN PROTOCOLS [PDR03_V1]: LIVE 1 PRESCRIBING SURGEONS Patient-specific implants,

More information

ANALYTICAL MODEL OF THE CUTTING PROCESS WITH SCISSORS-ROBOT FOR HAPTIC SIMULATION

ANALYTICAL MODEL OF THE CUTTING PROCESS WITH SCISSORS-ROBOT FOR HAPTIC SIMULATION Bulletin of the ransilvania University of Braşov Series I: Engineering Sciences Vol. 4 (53) No. 1-2011 ANALYICAL MODEL OF HE CUING PROCESS WIH SCISSORS-ROBO FOR HAPIC SIMULAION A. FRAU 1 M. FRAU 2 Abstract:

More information

SURROUND 3-DIMENSIONAL SCANNER

SURROUND 3-DIMENSIONAL SCANNER Volume8 Number2 June2017 pp.99 104 DOI: 10.1515/mper-2017-0022 SURROUND 3-DIMENSIONAL SCANNER Krzysztof Karbowski Cracow University of Technology, Institute of Production Engineering, Poland Corresponding

More information

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight Three-Dimensional Object Reconstruction from Layered Spatial Data Michael Dangl and Robert Sablatnig Vienna University of Technology, Institute of Computer Aided Automation, Pattern Recognition and Image

More information

DESIGN AND ANALYSIS OF ORTHOGONALLY COMPLIANT FEATURES FOR DURAFORM/SLS MANUFACTURED PLATES

DESIGN AND ANALYSIS OF ORTHOGONALLY COMPLIANT FEATURES FOR DURAFORM/SLS MANUFACTURED PLATES DESIGN AND ANALYSIS OF ORTHOGONALLY COMPLIANT FEATURES FOR DURAFORM/SLS MANUFACTURED PLATES Mario Faustini*, Richard Crawford*, Richard R. Neptune*, William Rogers, Andrew Gitter and Gordon Bosker *The

More information

GPU Supported Haptic Device Integrated Dental Simulation Environment

GPU Supported Haptic Device Integrated Dental Simulation Environment GPU Supported Haptic Device Integrated Dental Simulation Environment Varlık Kılıç 1 Umut Koçak 2 E. İlhan Konukseven 3 Erkan Mumcuoğlu 4 Department of Mechanical Engineering Department of Health Informatics

More information

IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 5, No 2, September 2012 ISSN (Online):

IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 5, No 2, September 2012 ISSN (Online): www.ijcsi.org 126 Automatic Part Primitive Feature Identification Based on Faceted Models Gandjar Kiswanto 1 and Muizuddin Azka 2 1 Department of Mechanical Engineering, Universitas Indonesia Depok, 16424,

More information

Virtual Interaction System Based on Optical Capture

Virtual Interaction System Based on Optical Capture Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Virtual Interaction System Based on Optical Capture Peng CHEN, 2 Xiaoyang ZHOU, 3 Jianguang LI, Peijun WANG School of Mechanical Engineering,

More information

Model-based segmentation and recognition from range data

Model-based segmentation and recognition from range data Model-based segmentation and recognition from range data Jan Boehm Institute for Photogrammetry Universität Stuttgart Germany Keywords: range image, segmentation, object recognition, CAD ABSTRACT This

More information

Introduction. Biomedical Image Analysis. Contents. Prof. Dr. Philippe Cattin. MIAC, University of Basel. Feb 22nd, of

Introduction. Biomedical Image Analysis. Contents. Prof. Dr. Philippe Cattin. MIAC, University of Basel. Feb 22nd, of Introduction Prof. Dr. Philippe Cattin MIAC, University of Basel Contents Abstract 1 Varia About Me About these Slides 2 My Research 2.1 Segmentation Segmentation of Facial Soft Tissues Segmentation of

More information

Translational Computed Tomography: A New Data Acquisition Scheme

Translational Computed Tomography: A New Data Acquisition Scheme 2nd International Symposium on NDT in Aerospace 2010 - We.1.A.3 Translational Computed Tomography: A New Data Acquisition Scheme Theobald FUCHS 1, Tobias SCHÖN 2, Randolf HANKE 3 1 Fraunhofer Development

More information

Modeling the Virtual World

Modeling the Virtual World Modeling the Virtual World Joaquim Madeira November, 2013 RVA - 2013/2014 1 A VR system architecture Modeling the Virtual World Geometry Physics Haptics VR Toolkits RVA - 2013/2014 2 VR object modeling

More information

LASER ADDITIVE MANUFACTURING PROCESS PLANNING AND AUTOMATION

LASER ADDITIVE MANUFACTURING PROCESS PLANNING AND AUTOMATION LASER ADDITIVE MANUFACTURING PROCESS PLANNING AND AUTOMATION Jun Zhang, Jianzhong Ruan, Frank Liou Department of Mechanical and Aerospace Engineering and Engineering Mechanics Intelligent Systems Center

More information

Operation Trajectory Control of Industrial Robots Based on Motion Simulation

Operation Trajectory Control of Industrial Robots Based on Motion Simulation Operation Trajectory Control of Industrial Robots Based on Motion Simulation Chengyi Xu 1,2, Ying Liu 1,*, Enzhang Jiao 1, Jian Cao 2, Yi Xiao 2 1 College of Mechanical and Electronic Engineering, Nanjing

More information

Ch. 4 Physical Principles of CT

Ch. 4 Physical Principles of CT Ch. 4 Physical Principles of CT CLRS 408: Intro to CT Department of Radiation Sciences Review: Why CT? Solution for radiography/tomography limitations Superimposition of structures Distinguishing between

More information

THREE DIMENSIONAL DYNAMIC STRESS ANALYSES FOR A GEAR TEETH USING FINITE ELEMENT METHOD

THREE DIMENSIONAL DYNAMIC STRESS ANALYSES FOR A GEAR TEETH USING FINITE ELEMENT METHOD THREE DIMENSIONAL DYNAMIC STRESS ANALYSES FOR A GEAR TEETH USING FINITE ELEMENT METHOD Haval Kamal Asker Department of Mechanical Engineering, Faculty of Agriculture and Forestry, Duhok University, Duhok,

More information

SEOUL NATIONAL UNIVERSITY

SEOUL NATIONAL UNIVERSITY Fashion Technology 5. 3D Garment CAD-1 Sungmin Kim SEOUL NATIONAL UNIVERSITY Overview Design Process Concept Design Scalable vector graphics Feature-based design Pattern Design 2D Parametric design 3D

More information

RADIOMICS: potential role in the clinics and challenges

RADIOMICS: potential role in the clinics and challenges 27 giugno 2018 Dipartimento di Fisica Università degli Studi di Milano RADIOMICS: potential role in the clinics and challenges Dr. Francesca Botta Medical Physicist Istituto Europeo di Oncologia (Milano)

More information

Fracture & Tetrahedral Models

Fracture & Tetrahedral Models Fracture & Tetrahedral Models Last Time? Rigid Body Collision Response Finite Element Method Stress/Strain Deformation Level of Detail backtracking fixing 1 Today Useful & Related Term Definitions Reading

More information

On an empirical investigation of the structural behaviour of robots

On an empirical investigation of the structural behaviour of robots On an empirical investigation of the structural behaviour of robots C. Doukas, J. Pandremenos, P. Stavropoulos, P. Fotinopoulos, G.Chryssolouris 1 1 Laboratory for Manufacturing Systems and Automation,

More information

SIMULATION OF ELASTIC SOFT TISSUE DEFORMATION IN ORTHODONTICS BY MASS-SPRING SYSTEM

SIMULATION OF ELASTIC SOFT TISSUE DEFORMATION IN ORTHODONTICS BY MASS-SPRING SYSTEM SIMULATION OF ELASTIC SOFT TISSUE DEFORMATION IN ORTHODONTICS BY MASS-SPRING SYSTEM Pathomphong Phannurat 1, Wichit Tharanon 1, Chanjira Sinthanayothin 2 1 Advanced Dental Technology Center (ADTEC) 2 National

More information

Interactive Collision Detection for Engineering Plants based on Large-Scale Point-Clouds

Interactive Collision Detection for Engineering Plants based on Large-Scale Point-Clouds 1 Interactive Collision Detection for Engineering Plants based on Large-Scale Point-Clouds Takeru Niwa 1 and Hiroshi Masuda 2 1 The University of Electro-Communications, takeru.niwa@uec.ac.jp 2 The University

More information

Physics-based Deformation for Haptic Simulation with

Physics-based Deformation for Haptic Simulation with Efficient Collision Detection and Physics-based Deformation for Haptic Simulation with Local Spherical Hash Marilena Maule, Anderson Maciel, Luciana Nedel {mmaule, amaciel, nedel}@inf.ufrgs.br 1 Motivation

More information

Investigating the influence of local fiber architecture in textile composites by the help of a mapping tool

Investigating the influence of local fiber architecture in textile composites by the help of a mapping tool Investigating the influence of local fiber architecture in textile composites by the help of a mapping tool M. Vinot 1, Martin Holzapfel 1, Christian Liebold 2 1 Institute of Structures and Design, German

More information