A number of primitives have been added.
2D SDFs were also extruded ( “bevelbox”, “prism” ).
Currently available types for SDF primitives:
“sphere”, “ellipsoid”, “torus”, " capsule", “box”, “bevelbox”,
“prism” with edges parameter “n”: 3, 4, 5, 6, 8 ,
Currently available operation types: “union”, “subtraction”
The help has been supplemented accordingly,
see in the application SDFGeometry.
The center of the primitives can be defined (except capsule, since it is positioned with from to).
All primitives can be rotated using Euler rotation or quaternion.
See original post at the top here.