[Chimera-users] Save cut open model for 3Dprinting
Tom Goddard
goddard at sonic.net
Tue Jan 3 13:12:52 PST 2023
Hi David,
As Elaine pointed out Chimera export as STL ignores clipping -- the whole map surface will be written out. Clipping is just a graphical operation that blocks rendering pixels if they are outside the clip planes.
To export a subset of a map the way to do it is to limit the region of the map displayed. Here is an example of how to do that in ChimeraX. Similar commands work in Chimera, but Chimera has been superseded by ChimeraX so I give you the ChimeraX example
open 1080 from emdb
volume #1 region 0,0,0,100,100,50
save cut_map.stl
The original map is 100 by 100 by 100 grid points and in this example I show only planes 0 to 50 in z.
If you want to slice the map with a plane that is not aligned with the x,y,z map axes then you need to first resample the map on a rotated grid so that you can slice perpendicular to z. You can do that with the volume subregion selection capability in Chimera or the "volume resample" command in ChimeraX.
Tom
> On Dec 22, 2022, at 12:35 PM, Haselbach,David via Chimera-users <chimera-users at cgl.ucsf.edu> wrote:
>
> Hi,
>
> I wanted to build a cut open model of a cryoEM map which I achieved through clipping in Chimera. But I am failing to apply the clipping in a way that I can save the cut open mesh as poligone file for 3D printing. Is this possible?
>
> All the best,
>
> David
> _______________________________________________
> Chimera-users mailing list: Chimera-users at cgl.ucsf.edu <mailto:Chimera-users at cgl.ucsf.edu>
> Manage subscription: https://www.rbvi.ucsf.edu/mailman/listinfo/chimera-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.rbvi.ucsf.edu/pipermail/chimera-users/attachments/20230103/e4f501bf/attachment.html>
More information about the Chimera-users
mailing list