38

Open Scad presentation

Embed Size (px)

Citation preview

Page 1: Open Scad presentation
Page 2: Open Scad presentation

ORTHOGONAL AXES

If Show Axes is enabled, the origin of the global coordinate system will be indicated by an orthogonal axes indicator. Additionally, a smaller axes indicator with axes names will be shown in the lower left corner of the viewing area. The smaller axes indicator is marked x, y, z and coloured red, green, blue respectively.

Page 3: Open Scad presentation

cube

Page 4: Open Scad presentation

Cube (center)

Page 5: Open Scad presentation

Rectangular prism

Page 6: Open Scad presentation

translate

Page 7: Open Scad presentation

translate (-)

Page 8: Open Scad presentation

sphere

Page 9: Open Scad presentation

$fn(resolution)

Page 10: Open Scad presentation

Sphere ($fn)

Page 11: Open Scad presentation

Sphere ($fn)

Page 12: Open Scad presentation

Cylinder

Page 13: Open Scad presentation

Cylinder (center)

Page 14: Open Scad presentation

Cylinder: hexagon

Page 15: Open Scad presentation

Cylinder:equilateral triangle

Page 16: Open Scad presentation

Cylinder, hexagon and triangleat the horizontal axis

Page 17: Open Scad presentation

Cylinder, hexagon and triangleat the horizontal axis

Page 18: Open Scad presentation

cone

Page 19: Open Scad presentation

Cone center

Page 20: Open Scad presentation

Pyramidsat the x-axis

Page 21: Open Scad presentation

Pyramidsat the x-axis

Page 22: Open Scad presentation

Rotation around the y-axis

Page 23: Open Scad presentation

Rotate (a,b,c)"a" is a rotation about the X axis, from the +Y axis, toward the +Z axis."b" is a rotation about the Y axis, from the +Z axis, toward the +X axis."c" is a rotation about the Z axis, from the +X axis, toward the +Y axis.

These are all cases of the Right Hand Rule. Point your right thumb along the positive axis, your fingers show the direction of rotation.

Page 24: Open Scad presentation

Example 1

Page 25: Open Scad presentation

Rotate 45º

Rotation 45º and 30º around the z-axis

Rotate 30º

Page 26: Open Scad presentation

Example 2

Page 27: Open Scad presentation

difference

Page 28: Open Scad presentation

difference (#)

Page 29: Open Scad presentation

UNION

Page 30: Open Scad presentation

difference

Page 31: Open Scad presentation

intersection

Page 32: Open Scad presentation

?

Page 33: Open Scad presentation

solution

Page 34: Open Scad presentation

MINKOWSKI ….

Page 35: Open Scad presentation

MINKOWSKI

Page 36: Open Scad presentation

Color()

Page 37: Open Scad presentation

color

Page 38: Open Scad presentation

mirror