8 ms·
Here's an ellipsoid in build123d using geometric transformation of a sphere: from build123d import * mat = Matrix([[2,0,0,0],[0,1.5,0,0],[0,0,0.5,0]])
by Cargo4286 8mo ago
Here's an ellipsoid in build123d using geometric transformation of a sphere:
from build123d import *
mat = Matrix([[2,0,0,0],[0,1.5,0,0],[0,0,0.5,0]])
ellipsoid = Sphere(100).transform_geometry(mat)
Also, FYI build123d now runs in the browser thanks to OCP.wasm. Example playground here https://jojain.github.io/build123d-sandbox/ https://jojain.github.io/build123d-sandbox/
- asimeqi 8mo agoIf you are using build123d, probably the easiest way is to sketch an ellipse and revolve it.
- Cargo4286 8mo agoThe definition of an ellipsoid is that it can have three independent radii. A revolved ellipse only has two independent radii. If only two independent radii are needed then yes I agree with you, but I wanted to provide a fully qualified answer.
- gwbas1c 8mo agobuild123d isn't Microcad