Published
Edited
Mar 20, 2020
Importers
1 star
Insert cell
Insert cell
Insert cell
Arc(20, 90, { start: 45, sides: 12 }).topView();
Insert cell
Insert cell
Insert cell
ChainedHull(Square(30), Circle(10).moveZ(30), Triangle(30).moveZ(60)).view();
Insert cell
Insert cell
Circle(20).topView();
Insert cell
Insert cell
Cone(5, 60).view();
Insert cell
Insert cell
Insert cell
Cube(40).view();
Insert cell
Insert cell
Cylinder(25, 60).view();
Insert cell
Insert cell
Insert cell
Font = FontModule.Font;
Insert cell
Font.Hershey(20)('Hello').center().topView();
Insert cell
Insert cell
Insert cell
Insert cell
Hexagon(20).material('brick').topView();
Insert cell
Insert cell
Hull(Circle(20), Triangle(20).moveZ(40)).view();
Insert cell
Insert cell
Icosahedron(30).view();
Insert cell
Insert cell
{
Cylinder(5, 2).on(Cylinder(2, 40)).material('steel').Item('Nail');
return Item('Nail').center().scale(2.5).view();
}
Insert cell
Insert cell
Insert cell
Line2 = Shapes.Line2;
Insert cell
Insert cell
Line(60).rotateX(90).topView();
Insert cell
Insert cell
Path([0, 0, 0], [0, 40, 0], [0, 0, 40], [40, 40, 40]).view();
Insert cell
Insert cell
Point().view();
Insert cell
Insert cell
Points([0, 0, 0], [1, 1, 1]).view();
Insert cell
Insert cell
Polygon(20, { sides: 5 }).material('copper').topView();
Insert cell
Insert cell
Insert cell
Plan.Radius(20).topView();
Insert cell
Insert cell
Prism(25, 50, { sides: 5 }).view();
Insert cell
Insert cell
Insert cell
Sphere(30).view();
Insert cell
Insert cell
Spiral(a => [[a / 80]], { to: 360 * 5 }).topView();
Insert cell
Insert cell
Square(30).topView();
Insert cell
Insert cell
Tetrahedron(18).topView();
Insert cell
Insert cell
Torus(30, 20).view();
Insert cell
Insert cell
Triangle(40).topView();
Insert cell
Insert cell
Insert cell
Wave(a => [[0, a % 20]]).topView();
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
importModule = Shapes.importModule;
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Module = import('https://gitcdn.link/cdn/jsxcad/JSxCAD/a680bf6a9366fabb356c7ecaa36138827c769f07/es6/jsxcad-api-observablehq.js');
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more