MCPcopy Create free account
hub / github.com/fogleman/sdf / weave.py

File weave.py

examples/weave.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from sdf import *
2
3f = rounded_box([3.2, 1, 0.25], 0.1).translate((1.5, 0, 0.0625))
4f = f.bend_linear(X * 0.75, X * 2.25, Z * -0.1875, ease.in_out_quad)

Callers

nothing calls this directly

Calls 5

rounded_boxFunction · 0.85
cylinderFunction · 0.85
saveMethod · 0.80
slabFunction · 0.50
kMethod · 0.45

Tested by

no test coverage detected