[SciPy-User] STL from nArray (Delauney)

Hazen Babcock hbabcock at mac.com
Sat Mar 3 13:08:10 EST 2018


On 03/02/2018 11:17 PM, scipy-user-request at python.org wrote:
> 
> Message: 3
> Date: Fri, 02 Mar 2018 22:44:04 +0000
> From: Samuel Maybury <samuel_maybury at me.com>
> To: SciPy Users List <scipy-user at python.org>
> Subject: Re: [SciPy-User] STL from nArray (Delauney)
> Message-ID: <B30DC017-3135-4823-BD5D-A9A6DBD3A664 at me.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi Robert,
>      Thanks for your reply! I?ll take a look. The shapes that would be scanned are very simple: cylindrical with rounded end and no holes. Wouldn?t the triangulation be able to handle the tessellation of that?
> 
> Many thanks,
>                         Sam
> 

If they are really simple you might consider programmatically creating 
an OpenSCAD file with the appropriate shapes (cylinder + sphere on the 
end?), then using OpenSCAD to create the STL file.

http://www.openscad.org/

-Hazen


More information about the SciPy-User mailing list