<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
Hi <BR>
<BR>
I have a VTK medical imaging application in which I built a 3D editor. You can place mesh spheres and add them to a mesh model under edit. Besides 3D Renderer I also display cross sections in 2D image viewers to allow user for precise positioning. Joining the sphere with the model cannot be done immediately even if both are mesh models. I implemented it now by converting mesh models to image domain. Perform join (or subtract) in image domain and then transform image domain back to surface model (MarchingCubes). This is kind of slow.<BR>
<BR>
Is there a faster way to join two mesh models?<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Henkjan Huisman <<A HREF="mailto:h.huisman@rad.umcn.nl"><U>h.huisman@rad.umcn.nl</U></A>>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>