Dessia-tech / volmdlr

A python VOLume MoDeLeR computations-oriented with STEP support for import/export
GNU Lesser General Public License v2.1
26 stars 8 forks source link

Bug: sphere face #1305

Open WirajanDASILVA opened 4 months ago

WirajanDASILVA commented 4 months ago

sphere = primitives3d.Sphere(volmdlr.O3D, 0.68, color=(0.2, 1, 0.3), alpha=.6) ax = sphere.plot() sphere.primitives[0].surface3d.plot(ax) sphere.bounding_box.plot(ax, 'r')

image