SlideShare una empresa de Scribd logo
1 de 60
Descargar para leer sin conexión
Blender and Bézier Curves
for
3D Printing
Vicky Somma
@TGAW
http://www.tgaw.com
About Me
● Lead Software Developer for Food Safety
Labs
● Mother of two boys (seven and five)
● Started 3D Modeling and printing designs
with Shapeways in February 2014
● Won the White House 3D Printed Ornament
Contest in December 2014
● Got my first 3D Printer in March 2015
● Published a book on 3D Modeling in 2017
Two takeaways:
● You don’t have to apply yourself full time to learn 3D Modeling.
● You don’t need a 3D printer to get started 3D Printing.
3D Printing Requires a 3D Model
3D Model -> Slicer -> Print
About Blender
Expansive, free, open-source software for:
● 3D modeling
● Rendering
● Rigging and animation
● Game engine
● Video editing
Interface can be overwhelming with lots to learn, but HUGE community behind it
with lots and lots of tutorials and videos.
https://blender.org
Blender - Windows and Screens
● Info View (Menu)
● 3D View
○ Tool Shelf
○ Properties Shelf
● Outliner (List of
Objects)
● Properties
Reference: https://docs.blender.org/manual/en/latest/interface/window_system/introduction.html
3D View - Navigating
Rotate View Pan View Zoom In Zoom Out
Mouse scroll wheel helps you view your work from all angles and distances
No Mouse? http://www.blenderhut.com/use-blender-without-middle-mouse-button-or-scroll-wheel/
3D View - Navigating
View menu at the bottom of the 3D View has
shortcuts to specific perspectives:
● Left
● Right
● Back
● Front
● Bottom
● Top
3D View - Selecting Objects
Left Click for Actions
Scaling, Rotating, Moving (including "Moving 3D
Cursor")
Right Click for Selections
Selecting Object, Vertex, Control Point, etc
Screenshot from Blender 3D Printing by Example
Vertices, Edges, Faces
The 3D models you make in any software will be comprised of:
● Vertices
● Edges
● Faces
Reference: https://www.mathopenref.com/edge.html
3D View - Object Interaction Mode
Menu at the bottom of 3D View (or Tab)
lets you change how you are interacting
with your objects.
● Object Mode
Actions for an entire object such as
Add, Delete, Scale, Rotate, Move
● Edit Mode
Edit specific details of an object-- even
down to vertex level.
● Sculpt Mode, Texture Paint
Blender - First Project
Each project starts with three default items:
Screenshot from Blender 3D Printing by Example
Blender - Deleting Default Cube
1. Make sure you are in Object Mode
2. Right click to select Cube
3. Hit Delete key and confirm.
Screenshot from Blender 3D Printing by Example
Bézier Curves
● Mathematically defined
curves based off of “control
points” and “handles”
● Not specific to Blender--
used in computer graphics,
fonts (PostScript, TrueType),
animations
● Developed to draw smooth
curves for automobiles
Reference: http://mathfaculty.fullerton.edu/mathews/n2003/BezierCurveMod.html
Why Start with Bézier Curves?
● Streamline making complex shapes, particularly
flat ones.
● You aren’t defining every vertex. You’re
defining curves (which Blender will turn to
vertices later)
● Bézier Curves can also be used make 3D
objects (Like the Cancer Ribbon)
● Once you master Bézier Curves, you can use
them to add bends and curves to other objects.
● Bézier Curves knowledge translates to adding
text and importing in outside logos.
Making It Easier with a Background Image
When learning to write, we start with
tracing.
We can add a background image in
Blender to trace without a steady
hand!
Pulling in a Background Image
1. Click on the + or hit N to open
Properties Shelf
2. Check Background Images
3. Click Open
Pulling in a Background Image
4. Browse to and pick image
5. Click Open Image
Viewing Your Background Image
Upper Left corner of 3D View shows how
you are looking at your object.
By default, your background image is
going to be visible in the Top / Ortho view.
Perspective versus Ortho
We are looking at 3D objects on a 2D screen.
● Perspective View adjusts proportion to
account for depth (like foreshortening a road
to a horizon)
● Orthographic View keeps sizes intact
regardless of depth (parallel lines) are
parallel.
Perspective is subject to optical illusions.
Viewing Your Background Image
View->Top and then View->View Persp/Ortho
Drone Credit: https://www.istockphoto.com/vector/drone-vector-gm604383194-103803029
3D Cursor
Where new objects are going to be added
Can also be used for rotation, scaling and tweaking object’s origin
points.
Moving it is as action, so you move it with a left click
Add a Bézier Curve
1. Make sure you are in
Object Mode
2. Left click to place 3D
Cursor where you want
to start
3. In Toolshelf, go to
Create tab and under
Curves pick Bezier
Control Points and Handles
Switch to Edit Mode to change the look of
the curve.
● Control Points
The start point and end point of the
curve.
● Handles
Controls the impact and the shape of
the curve, how it gets to its destination.
Moving a Control Point
1. Right click to select the point.
2. Left click in the white circle to drag or drop or left click on the arrows
(Shortcut key G for grab).
Axis Arrow Cheat Sheet
● Red - X axis
● Green - Y axis
● Blue - Z axis
Adjusting Handles
● Right click to select the handle
● Left click to drag and drop.
Adding New Control Points
● Right click on the Control
Point you want to grow from
(that'll be the new starting
point) to select it
● Control Left Click on where
you want the new end point.
Control-Z to Undo any mistakes
Changing Handle Type for Sharp Corners
By default all your handles are "Auto" which keeps the curve as smooth as
possible. For sharp corners, you don't want a smooth curve.
● Right click to select the
Control Point
● In Toolshelf pick the
Tools tab and under
Curve Tools->Handles
click Free
Finishing and Reviewing Work
Alt-C for “Cyclic” mode, aka
close the curve
Reviewing Work
1. Switch to Object Mode
2. Hide background
image if necessary.
Converting Curves to Mesh
Curves have Control Points and
Handles. We want a Mesh with
Vertices, Edges, and Faces
1. Make sure you are in Object Mode
2. Right click to select curve
3. Object->Convert To->Mesh from
Curve/Meta/Surf Text
Converting Curves to Mesh
Once a mesh, our Control Points and Handles are gone. We have Vertices!
Making a Face - Selecting All Vertices
1. Make sure you are in Edit Mode
2. Select->(De)Select All or hit A to
select all.
Making a Face - Create Face
1. Mesh->Face->Make Edge/Face (or
hit F)
Making a Face - Face versus Fill
Make Edge/Face will make a single face and will fill any foles.
Fill (Alt-F) will make a series of faces and will work around holes.
Sizing and Design Requirements
● With 3D Printing, think in millimeters
● What are you making?
● What are the size limitations of the printer?
○ Innovation Lab T-shirt Printer- 12" (304.8mm x
304.8mm)
● What are the size limitations of YOU?
○ A shirt on me would be more like 8” by 10” (203.2mm
x254mm)
Reading and Setting Sizes in Blender
Dimensions and Scale
visible in the Properties
Shelf.
Treat default “Blender Units”
as millimeters.
● Type in exact Dimensions and match Scale to keep proportions.
● Or Object->Transform->Scale (S) to Scale with the mouse.
Reading and Setting Sizes in Blender
Turning 2D to 3D with Extrude
Our single Face has no thickness. The printer would have nothing to print.
Turning 2D to 3D with Extrude
1. Switch to Edit Mode
2. Switch to Face Select Mode
3. Right click to select Face.
4. In Toolshelf, under the Tools
tab click on Extrude>Extrude
Region
5. Type in exact height (0.5mm)
or use mouse to size.
Turning 2D to 3D with Extrude
Your 2D shape now has a thickness and is a full 3D mesh.
Exporting to STL
STL is a file format compatible with the printer’s slicer.
1. Right click on what you want to
export to Select
2. In the top menu, go to
File->Export->Stl (.stl)
Exporting to STL
STL is a file format compatible with the printer’s slicer.
3. Check Selection only
4. Pick a file name and hit
Export STL
Using Scalable Vector Graphics Files
Blender has the ability to import in SVG files.
SVG files can be found at:
● Online repositories
● Graphics departments
NOVAGraphics@nvcc.edu
● Make your own
Inkscape, PhotoShop
https://www.nvcc.edu/mascot/_docs/NOVA-Mascot-Logo%20Guidelines082316.pdf
Using Scalable Vector Graphics Files
1. Start a new project
2. Delete the Default Cube
3. Go to File->Import and pick
Scalable Vector Graphics (.svg)
Using Scalable Vector Graphics Files
Does it look like nothing
happened?
Your SVG file may be there, just
really, really little!
Using Scalable Vector Graphics Files
SVG files import in as… Curves!
You can make adjustments to
Control Points and Handles.
Like before, we’ll need to:
● Convert to Mesh
● Scale to proper size
● Extrude to give it height
● Export STL
Adding Text
Text is an easy way to personalize something and make it your
own.
1. Make sure you are in Object Mode
2. Left click to move the 3D Cursor where you want the text
3. In the Toolshelf, go to the Create tab and click Text under
Other
Adding Text - Sizing
Text will be “Text” at first. It may be hard to see. Multiple ways
to make it bigger.
1) Hit S and using the mouse to scale.
2) Typing in a Scale in the Properties Shelf
Adding Text - Sizing
3) Adjust the Font properties in the Properties Window!
a) Right click on Object to select it.
b) Click on the F icon in the
Properties window
c) Increase the Size under the Font
section.
Note: These same Font properties can adjust the Font
face and spacing between words and characters.
Adding Text - Customizing
Changing the text changes the “shape”.
1. Switch to Edit Mode
2. The cursor is placed at the end of the
text.
3. Backspace 4 times and type what
you want.
Adding Text - Making It 3D
Same steps as Bezier Curves.
1. Object->Convert to->Mesh
From Curve/Meta/Surf/Text
2. Switch to Edit Mode
3. A for Select All
4. E for Extrude and type
thickness
Working with Multiple Objects - Lining Up
Switching your view may reveal alignment flaws.
Working with Multiple Objects - Lining Up
Each Object has a yellow Origin
Point. The Location in the
Properties Shelf lists the exact
coordinates of that point.
Working with Multiple Objects - Lining Up
Each Object has a yellow Origin
Point. The Location in the
Properties Shelf lists the exact
coordinates of that point.
Working with Multiple Objects - Selecting
Multiple Objects can be selected with Shift-right click.
Working with Multiple Objects - Selecting
Multiple Objects can be also selected with Select->Border Select (or hit B).
Left click and drag a square around what you want to select.
Working with Multiple Objects - Exporting
With both items selected, they will both be included in a single STL file when
you export with Selection Only
Blender - Learning More
● Books
Such as Blender 3D Printing by Example
● Tutorials & Blogs
https://www.blender.org/support/tutorials/
● YouTube
Joe Larson (3D Printing Professor)
If you see the name “Jonathan Williamson”, it is going to be a great tutorial.
Blender Not For You?
There are lots of other modeling options
(free and paid) out there. Shapeways has a
compiled a great list of options at
https://www.shapeways.com/creator/tools
Vicky Somma vicky@tgaw.com

Más contenido relacionado

La actualidad más candente

Best Practices in Qt Quick/QML - Part II
Best Practices in Qt Quick/QML - Part IIBest Practices in Qt Quick/QML - Part II
Best Practices in Qt Quick/QML - Part IIICS
 
Introduction to QML
Introduction to QMLIntroduction to QML
Introduction to QMLAlan Uthoff
 
Qt and QML performance tips & tricks for Qt 4.7
Qt and QML performance tips & tricks for Qt 4.7Qt and QML performance tips & tricks for Qt 4.7
Qt and QML performance tips & tricks for Qt 4.7Pasi Kellokoski
 
Qt for beginners part 1 overview and key concepts
Qt for beginners part 1   overview and key conceptsQt for beginners part 1   overview and key concepts
Qt for beginners part 1 overview and key conceptsICS
 
SIGGRAPH Asia 2008 Modern OpenGL
SIGGRAPH Asia 2008 Modern OpenGLSIGGRAPH Asia 2008 Modern OpenGL
SIGGRAPH Asia 2008 Modern OpenGLMark Kilgard
 
Auto CADD civil
Auto CADD civilAuto CADD civil
Auto CADD civilSolai Raja
 
Killzone Shadow Fall: Threading the Entity Update on PS4
Killzone Shadow Fall: Threading the Entity Update on PS4Killzone Shadow Fall: Threading the Entity Update on PS4
Killzone Shadow Fall: Threading the Entity Update on PS4jrouwe
 
State of the Art OpenGL and Qt
State of the Art OpenGL and QtState of the Art OpenGL and Qt
State of the Art OpenGL and QtICS
 
Symbolicate Crash 使用教學
Symbolicate Crash 使用教學Symbolicate Crash 使用教學
Symbolicate Crash 使用教學ShengWen Chiou
 
In-Depth Model/View with QML
In-Depth Model/View with QMLIn-Depth Model/View with QML
In-Depth Model/View with QMLICS
 
INTRODUCTION TO AutoCAD
INTRODUCTION TO AutoCADINTRODUCTION TO AutoCAD
INTRODUCTION TO AutoCADAjith Kumar
 
C# for C++ programmers
C# for C++ programmersC# for C++ programmers
C# for C++ programmersMark Whitaker
 
Android IPC Mechanism
Android IPC MechanismAndroid IPC Mechanism
Android IPC MechanismLihan Chen
 

La actualidad más candente (20)

Best Practices in Qt Quick/QML - Part II
Best Practices in Qt Quick/QML - Part IIBest Practices in Qt Quick/QML - Part II
Best Practices in Qt Quick/QML - Part II
 
AUTO CAD PPT.pptx
AUTO CAD PPT.pptxAUTO CAD PPT.pptx
AUTO CAD PPT.pptx
 
Introduction to QML
Introduction to QMLIntroduction to QML
Introduction to QML
 
Qt and QML performance tips & tricks for Qt 4.7
Qt and QML performance tips & tricks for Qt 4.7Qt and QML performance tips & tricks for Qt 4.7
Qt and QML performance tips & tricks for Qt 4.7
 
What is AutoCAD
What is AutoCADWhat is AutoCAD
What is AutoCAD
 
Qt for beginners part 1 overview and key concepts
Qt for beginners part 1   overview and key conceptsQt for beginners part 1   overview and key concepts
Qt for beginners part 1 overview and key concepts
 
C# language
C# languageC# language
C# language
 
Auto cad
Auto cadAuto cad
Auto cad
 
SIGGRAPH Asia 2008 Modern OpenGL
SIGGRAPH Asia 2008 Modern OpenGLSIGGRAPH Asia 2008 Modern OpenGL
SIGGRAPH Asia 2008 Modern OpenGL
 
Qt for beginners
Qt for beginnersQt for beginners
Qt for beginners
 
AutoCAD Electrical.pptx
AutoCAD Electrical.pptxAutoCAD Electrical.pptx
AutoCAD Electrical.pptx
 
Auto CADD civil
Auto CADD civilAuto CADD civil
Auto CADD civil
 
Killzone Shadow Fall: Threading the Entity Update on PS4
Killzone Shadow Fall: Threading the Entity Update on PS4Killzone Shadow Fall: Threading the Entity Update on PS4
Killzone Shadow Fall: Threading the Entity Update on PS4
 
State of the Art OpenGL and Qt
State of the Art OpenGL and QtState of the Art OpenGL and Qt
State of the Art OpenGL and Qt
 
Symbolicate Crash 使用教學
Symbolicate Crash 使用教學Symbolicate Crash 使用教學
Symbolicate Crash 使用教學
 
In-Depth Model/View with QML
In-Depth Model/View with QMLIn-Depth Model/View with QML
In-Depth Model/View with QML
 
Auto cad ppt
Auto cad pptAuto cad ppt
Auto cad ppt
 
INTRODUCTION TO AutoCAD
INTRODUCTION TO AutoCADINTRODUCTION TO AutoCAD
INTRODUCTION TO AutoCAD
 
C# for C++ programmers
C# for C++ programmersC# for C++ programmers
C# for C++ programmers
 
Android IPC Mechanism
Android IPC MechanismAndroid IPC Mechanism
Android IPC Mechanism
 

Similar a Blender Bézier Curves and 3D Printing

Google sketchup8
Google sketchup8Google sketchup8
Google sketchup8Trianz King
 
Google sketchup8
Google sketchup8Google sketchup8
Google sketchup8Trianz King
 
coreldrawX7_qucik_guide
coreldrawX7_qucik_guidecoreldrawX7_qucik_guide
coreldrawX7_qucik_guideSalah Ali
 
Sketchup basic course by Eng. Khalid A. Mter
Sketchup basic course by Eng. Khalid A. MterSketchup basic course by Eng. Khalid A. Mter
Sketchup basic course by Eng. Khalid A. Mterkhalid mter
 
Using AutoDesk Inventor to create a Trinket box
Using AutoDesk Inventor to create a Trinket boxUsing AutoDesk Inventor to create a Trinket box
Using AutoDesk Inventor to create a Trinket boxkrysia
 
Intro to Inventor with MugTree
Intro to Inventor with MugTreeIntro to Inventor with MugTree
Intro to Inventor with MugTreekrysia
 
Solidworks apple mouse Design
Solidworks apple mouse DesignSolidworks apple mouse Design
Solidworks apple mouse DesignRa'uf Tailony
 
A8-M Operation instruction-1.0.pdf
A8-M Operation instruction-1.0.pdfA8-M Operation instruction-1.0.pdf
A8-M Operation instruction-1.0.pdfCristian A. Tissera
 
DrTAD Blender Tutorial Animation Basics - Morphing 2 objects with Shrinkwrap ...
DrTAD Blender Tutorial Animation Basics - Morphing 2 objects with Shrinkwrap ...DrTAD Blender Tutorial Animation Basics - Morphing 2 objects with Shrinkwrap ...
DrTAD Blender Tutorial Animation Basics - Morphing 2 objects with Shrinkwrap ...FIDE Master Tihomir Dovramadjiev PhD
 
Research method for AKTU MTECH(Computer Science and Engineering).pptx
Research method for AKTU MTECH(Computer Science and Engineering).pptxResearch method for AKTU MTECH(Computer Science and Engineering).pptx
Research method for AKTU MTECH(Computer Science and Engineering).pptxAnkit Agarwal
 

Similar a Blender Bézier Curves and 3D Printing (17)

Google sketchup8
Google sketchup8Google sketchup8
Google sketchup8
 
Google sketchup8
Google sketchup8Google sketchup8
Google sketchup8
 
coreldrawX7_qucik_guide
coreldrawX7_qucik_guidecoreldrawX7_qucik_guide
coreldrawX7_qucik_guide
 
Sketchup basic course by Eng. Khalid A. Mter
Sketchup basic course by Eng. Khalid A. MterSketchup basic course by Eng. Khalid A. Mter
Sketchup basic course by Eng. Khalid A. Mter
 
Using AutoDesk Inventor to create a Trinket box
Using AutoDesk Inventor to create a Trinket boxUsing AutoDesk Inventor to create a Trinket box
Using AutoDesk Inventor to create a Trinket box
 
Intro to Inventor with MugTree
Intro to Inventor with MugTreeIntro to Inventor with MugTree
Intro to Inventor with MugTree
 
Clo3D Manual.pdf
Clo3D Manual.pdfClo3D Manual.pdf
Clo3D Manual.pdf
 
Dwg 106 module 2 part 1
Dwg 106 module 2 part 1Dwg 106 module 2 part 1
Dwg 106 module 2 part 1
 
Fusion 360 training course
Fusion 360 training courseFusion 360 training course
Fusion 360 training course
 
3 d,2d
3 d,2d3 d,2d
3 d,2d
 
Solidworks apple mouse Design
Solidworks apple mouse DesignSolidworks apple mouse Design
Solidworks apple mouse Design
 
autocad demo.pptx
autocad demo.pptxautocad demo.pptx
autocad demo.pptx
 
3 d,2d
3 d,2d3 d,2d
3 d,2d
 
A8-M Operation instruction-1.0.pdf
A8-M Operation instruction-1.0.pdfA8-M Operation instruction-1.0.pdf
A8-M Operation instruction-1.0.pdf
 
DrTAD Blender Tutorial Animation Basics - Morphing 2 objects with Shrinkwrap ...
DrTAD Blender Tutorial Animation Basics - Morphing 2 objects with Shrinkwrap ...DrTAD Blender Tutorial Animation Basics - Morphing 2 objects with Shrinkwrap ...
DrTAD Blender Tutorial Animation Basics - Morphing 2 objects with Shrinkwrap ...
 
Demo ppt.pptx
Demo ppt.pptxDemo ppt.pptx
Demo ppt.pptx
 
Research method for AKTU MTECH(Computer Science and Engineering).pptx
Research method for AKTU MTECH(Computer Science and Engineering).pptxResearch method for AKTU MTECH(Computer Science and Engineering).pptx
Research method for AKTU MTECH(Computer Science and Engineering).pptx
 

Más de VickyTGAW

Troubleshooting - 2022-December.pptx
Troubleshooting - 2022-December.pptxTroubleshooting - 2022-December.pptx
Troubleshooting - 2022-December.pptxVickyTGAW
 
FCPL 2022.pptx
FCPL 2022.pptxFCPL 2022.pptx
FCPL 2022.pptxVickyTGAW
 
Slicing with Cura - 2022.pptx
Slicing with Cura - 2022.pptxSlicing with Cura - 2022.pptx
Slicing with Cura - 2022.pptxVickyTGAW
 
Slicing with Cura - 2022
Slicing with Cura - 2022Slicing with Cura - 2022
Slicing with Cura - 2022VickyTGAW
 
Troubleshooting - 2022
Troubleshooting - 2022Troubleshooting - 2022
Troubleshooting - 2022VickyTGAW
 
3D Modeling Tour
3D Modeling Tour3D Modeling Tour
3D Modeling TourVickyTGAW
 
Machine Maintenance and Troubleshooting
Machine Maintenance and TroubleshootingMachine Maintenance and Troubleshooting
Machine Maintenance and TroubleshootingVickyTGAW
 
Slicing Troubleshooting with Cura
Slicing Troubleshooting with CuraSlicing Troubleshooting with Cura
Slicing Troubleshooting with CuraVickyTGAW
 
3D Printing & Crafts
3D Printing & Crafts3D Printing & Crafts
3D Printing & CraftsVickyTGAW
 
3D Design with OpenSCAD
3D Design with OpenSCAD3D Design with OpenSCAD
3D Design with OpenSCADVickyTGAW
 
MakerFaireNova - 3D Printing Without Owning a 3D Printer
MakerFaireNova - 3D Printing Without Owning a 3D PrinterMakerFaireNova - 3D Printing Without Owning a 3D Printer
MakerFaireNova - 3D Printing Without Owning a 3D PrinterVickyTGAW
 
Jimmie's Views - Excerpts of a Hiking Dog's Adventures
Jimmie's Views - Excerpts of a Hiking Dog's AdventuresJimmie's Views - Excerpts of a Hiking Dog's Adventures
Jimmie's Views - Excerpts of a Hiking Dog's AdventuresVickyTGAW
 

Más de VickyTGAW (12)

Troubleshooting - 2022-December.pptx
Troubleshooting - 2022-December.pptxTroubleshooting - 2022-December.pptx
Troubleshooting - 2022-December.pptx
 
FCPL 2022.pptx
FCPL 2022.pptxFCPL 2022.pptx
FCPL 2022.pptx
 
Slicing with Cura - 2022.pptx
Slicing with Cura - 2022.pptxSlicing with Cura - 2022.pptx
Slicing with Cura - 2022.pptx
 
Slicing with Cura - 2022
Slicing with Cura - 2022Slicing with Cura - 2022
Slicing with Cura - 2022
 
Troubleshooting - 2022
Troubleshooting - 2022Troubleshooting - 2022
Troubleshooting - 2022
 
3D Modeling Tour
3D Modeling Tour3D Modeling Tour
3D Modeling Tour
 
Machine Maintenance and Troubleshooting
Machine Maintenance and TroubleshootingMachine Maintenance and Troubleshooting
Machine Maintenance and Troubleshooting
 
Slicing Troubleshooting with Cura
Slicing Troubleshooting with CuraSlicing Troubleshooting with Cura
Slicing Troubleshooting with Cura
 
3D Printing & Crafts
3D Printing & Crafts3D Printing & Crafts
3D Printing & Crafts
 
3D Design with OpenSCAD
3D Design with OpenSCAD3D Design with OpenSCAD
3D Design with OpenSCAD
 
MakerFaireNova - 3D Printing Without Owning a 3D Printer
MakerFaireNova - 3D Printing Without Owning a 3D PrinterMakerFaireNova - 3D Printing Without Owning a 3D Printer
MakerFaireNova - 3D Printing Without Owning a 3D Printer
 
Jimmie's Views - Excerpts of a Hiking Dog's Adventures
Jimmie's Views - Excerpts of a Hiking Dog's AdventuresJimmie's Views - Excerpts of a Hiking Dog's Adventures
Jimmie's Views - Excerpts of a Hiking Dog's Adventures
 

Último

Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxAna-Maria Mihalceanu
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sectoritnewsafrica
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Jeffrey Haguewood
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialJoão Esperancinha
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 

Último (20)

Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance Toolbox
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorial
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 

Blender Bézier Curves and 3D Printing

  • 1. Blender and Bézier Curves for 3D Printing Vicky Somma @TGAW http://www.tgaw.com
  • 2. About Me ● Lead Software Developer for Food Safety Labs ● Mother of two boys (seven and five) ● Started 3D Modeling and printing designs with Shapeways in February 2014 ● Won the White House 3D Printed Ornament Contest in December 2014 ● Got my first 3D Printer in March 2015 ● Published a book on 3D Modeling in 2017 Two takeaways: ● You don’t have to apply yourself full time to learn 3D Modeling. ● You don’t need a 3D printer to get started 3D Printing.
  • 3. 3D Printing Requires a 3D Model 3D Model -> Slicer -> Print
  • 4. About Blender Expansive, free, open-source software for: ● 3D modeling ● Rendering ● Rigging and animation ● Game engine ● Video editing Interface can be overwhelming with lots to learn, but HUGE community behind it with lots and lots of tutorials and videos. https://blender.org
  • 5. Blender - Windows and Screens ● Info View (Menu) ● 3D View ○ Tool Shelf ○ Properties Shelf ● Outliner (List of Objects) ● Properties Reference: https://docs.blender.org/manual/en/latest/interface/window_system/introduction.html
  • 6. 3D View - Navigating Rotate View Pan View Zoom In Zoom Out Mouse scroll wheel helps you view your work from all angles and distances No Mouse? http://www.blenderhut.com/use-blender-without-middle-mouse-button-or-scroll-wheel/
  • 7. 3D View - Navigating View menu at the bottom of the 3D View has shortcuts to specific perspectives: ● Left ● Right ● Back ● Front ● Bottom ● Top
  • 8. 3D View - Selecting Objects Left Click for Actions Scaling, Rotating, Moving (including "Moving 3D Cursor") Right Click for Selections Selecting Object, Vertex, Control Point, etc Screenshot from Blender 3D Printing by Example
  • 9. Vertices, Edges, Faces The 3D models you make in any software will be comprised of: ● Vertices ● Edges ● Faces Reference: https://www.mathopenref.com/edge.html
  • 10. 3D View - Object Interaction Mode Menu at the bottom of 3D View (or Tab) lets you change how you are interacting with your objects. ● Object Mode Actions for an entire object such as Add, Delete, Scale, Rotate, Move ● Edit Mode Edit specific details of an object-- even down to vertex level. ● Sculpt Mode, Texture Paint
  • 11. Blender - First Project Each project starts with three default items: Screenshot from Blender 3D Printing by Example
  • 12. Blender - Deleting Default Cube 1. Make sure you are in Object Mode 2. Right click to select Cube 3. Hit Delete key and confirm. Screenshot from Blender 3D Printing by Example
  • 13. Bézier Curves ● Mathematically defined curves based off of “control points” and “handles” ● Not specific to Blender-- used in computer graphics, fonts (PostScript, TrueType), animations ● Developed to draw smooth curves for automobiles Reference: http://mathfaculty.fullerton.edu/mathews/n2003/BezierCurveMod.html
  • 14. Why Start with Bézier Curves? ● Streamline making complex shapes, particularly flat ones. ● You aren’t defining every vertex. You’re defining curves (which Blender will turn to vertices later) ● Bézier Curves can also be used make 3D objects (Like the Cancer Ribbon) ● Once you master Bézier Curves, you can use them to add bends and curves to other objects. ● Bézier Curves knowledge translates to adding text and importing in outside logos.
  • 15. Making It Easier with a Background Image When learning to write, we start with tracing. We can add a background image in Blender to trace without a steady hand!
  • 16. Pulling in a Background Image 1. Click on the + or hit N to open Properties Shelf 2. Check Background Images 3. Click Open
  • 17. Pulling in a Background Image 4. Browse to and pick image 5. Click Open Image
  • 18. Viewing Your Background Image Upper Left corner of 3D View shows how you are looking at your object. By default, your background image is going to be visible in the Top / Ortho view.
  • 19. Perspective versus Ortho We are looking at 3D objects on a 2D screen. ● Perspective View adjusts proportion to account for depth (like foreshortening a road to a horizon) ● Orthographic View keeps sizes intact regardless of depth (parallel lines) are parallel. Perspective is subject to optical illusions.
  • 20. Viewing Your Background Image View->Top and then View->View Persp/Ortho Drone Credit: https://www.istockphoto.com/vector/drone-vector-gm604383194-103803029
  • 21. 3D Cursor Where new objects are going to be added Can also be used for rotation, scaling and tweaking object’s origin points. Moving it is as action, so you move it with a left click
  • 22. Add a Bézier Curve 1. Make sure you are in Object Mode 2. Left click to place 3D Cursor where you want to start 3. In Toolshelf, go to Create tab and under Curves pick Bezier
  • 23. Control Points and Handles Switch to Edit Mode to change the look of the curve. ● Control Points The start point and end point of the curve. ● Handles Controls the impact and the shape of the curve, how it gets to its destination.
  • 24. Moving a Control Point 1. Right click to select the point. 2. Left click in the white circle to drag or drop or left click on the arrows (Shortcut key G for grab).
  • 25. Axis Arrow Cheat Sheet ● Red - X axis ● Green - Y axis ● Blue - Z axis
  • 26. Adjusting Handles ● Right click to select the handle ● Left click to drag and drop.
  • 27. Adding New Control Points ● Right click on the Control Point you want to grow from (that'll be the new starting point) to select it ● Control Left Click on where you want the new end point. Control-Z to Undo any mistakes
  • 28. Changing Handle Type for Sharp Corners By default all your handles are "Auto" which keeps the curve as smooth as possible. For sharp corners, you don't want a smooth curve. ● Right click to select the Control Point ● In Toolshelf pick the Tools tab and under Curve Tools->Handles click Free
  • 29. Finishing and Reviewing Work Alt-C for “Cyclic” mode, aka close the curve Reviewing Work 1. Switch to Object Mode 2. Hide background image if necessary.
  • 30. Converting Curves to Mesh Curves have Control Points and Handles. We want a Mesh with Vertices, Edges, and Faces 1. Make sure you are in Object Mode 2. Right click to select curve 3. Object->Convert To->Mesh from Curve/Meta/Surf Text
  • 31. Converting Curves to Mesh Once a mesh, our Control Points and Handles are gone. We have Vertices!
  • 32. Making a Face - Selecting All Vertices 1. Make sure you are in Edit Mode 2. Select->(De)Select All or hit A to select all.
  • 33. Making a Face - Create Face 1. Mesh->Face->Make Edge/Face (or hit F)
  • 34. Making a Face - Face versus Fill Make Edge/Face will make a single face and will fill any foles. Fill (Alt-F) will make a series of faces and will work around holes.
  • 35. Sizing and Design Requirements ● With 3D Printing, think in millimeters ● What are you making? ● What are the size limitations of the printer? ○ Innovation Lab T-shirt Printer- 12" (304.8mm x 304.8mm) ● What are the size limitations of YOU? ○ A shirt on me would be more like 8” by 10” (203.2mm x254mm)
  • 36. Reading and Setting Sizes in Blender Dimensions and Scale visible in the Properties Shelf. Treat default “Blender Units” as millimeters.
  • 37. ● Type in exact Dimensions and match Scale to keep proportions. ● Or Object->Transform->Scale (S) to Scale with the mouse. Reading and Setting Sizes in Blender
  • 38. Turning 2D to 3D with Extrude Our single Face has no thickness. The printer would have nothing to print.
  • 39. Turning 2D to 3D with Extrude 1. Switch to Edit Mode 2. Switch to Face Select Mode 3. Right click to select Face. 4. In Toolshelf, under the Tools tab click on Extrude>Extrude Region 5. Type in exact height (0.5mm) or use mouse to size.
  • 40. Turning 2D to 3D with Extrude Your 2D shape now has a thickness and is a full 3D mesh.
  • 41. Exporting to STL STL is a file format compatible with the printer’s slicer. 1. Right click on what you want to export to Select 2. In the top menu, go to File->Export->Stl (.stl)
  • 42. Exporting to STL STL is a file format compatible with the printer’s slicer. 3. Check Selection only 4. Pick a file name and hit Export STL
  • 43. Using Scalable Vector Graphics Files Blender has the ability to import in SVG files. SVG files can be found at: ● Online repositories ● Graphics departments NOVAGraphics@nvcc.edu ● Make your own Inkscape, PhotoShop https://www.nvcc.edu/mascot/_docs/NOVA-Mascot-Logo%20Guidelines082316.pdf
  • 44. Using Scalable Vector Graphics Files 1. Start a new project 2. Delete the Default Cube 3. Go to File->Import and pick Scalable Vector Graphics (.svg)
  • 45. Using Scalable Vector Graphics Files Does it look like nothing happened? Your SVG file may be there, just really, really little!
  • 46. Using Scalable Vector Graphics Files SVG files import in as… Curves! You can make adjustments to Control Points and Handles. Like before, we’ll need to: ● Convert to Mesh ● Scale to proper size ● Extrude to give it height ● Export STL
  • 47. Adding Text Text is an easy way to personalize something and make it your own. 1. Make sure you are in Object Mode 2. Left click to move the 3D Cursor where you want the text 3. In the Toolshelf, go to the Create tab and click Text under Other
  • 48. Adding Text - Sizing Text will be “Text” at first. It may be hard to see. Multiple ways to make it bigger. 1) Hit S and using the mouse to scale. 2) Typing in a Scale in the Properties Shelf
  • 49. Adding Text - Sizing 3) Adjust the Font properties in the Properties Window! a) Right click on Object to select it. b) Click on the F icon in the Properties window c) Increase the Size under the Font section. Note: These same Font properties can adjust the Font face and spacing between words and characters.
  • 50. Adding Text - Customizing Changing the text changes the “shape”. 1. Switch to Edit Mode 2. The cursor is placed at the end of the text. 3. Backspace 4 times and type what you want.
  • 51. Adding Text - Making It 3D Same steps as Bezier Curves. 1. Object->Convert to->Mesh From Curve/Meta/Surf/Text 2. Switch to Edit Mode 3. A for Select All 4. E for Extrude and type thickness
  • 52. Working with Multiple Objects - Lining Up Switching your view may reveal alignment flaws.
  • 53. Working with Multiple Objects - Lining Up Each Object has a yellow Origin Point. The Location in the Properties Shelf lists the exact coordinates of that point.
  • 54. Working with Multiple Objects - Lining Up Each Object has a yellow Origin Point. The Location in the Properties Shelf lists the exact coordinates of that point.
  • 55. Working with Multiple Objects - Selecting Multiple Objects can be selected with Shift-right click.
  • 56. Working with Multiple Objects - Selecting Multiple Objects can be also selected with Select->Border Select (or hit B). Left click and drag a square around what you want to select.
  • 57. Working with Multiple Objects - Exporting With both items selected, they will both be included in a single STL file when you export with Selection Only
  • 58. Blender - Learning More ● Books Such as Blender 3D Printing by Example ● Tutorials & Blogs https://www.blender.org/support/tutorials/ ● YouTube Joe Larson (3D Printing Professor) If you see the name “Jonathan Williamson”, it is going to be a great tutorial.
  • 59. Blender Not For You? There are lots of other modeling options (free and paid) out there. Shapeways has a compiled a great list of options at https://www.shapeways.com/creator/tools