SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] 3D to 2D conversion


Chronological Thread 
  • From: Jess <jess@sci.utah.edu>
  • To: Vikas R bhat <vikasraghubhat@gmail.com>
  • Cc: "scirun-users@sci.utah.edu" <scirun-users@sci.utah.edu>
  • Subject: Re: [SCIRUN-USERS] 3D to 2D conversion
  • Date: Mon, 25 Mar 2019 10:19:48 -0600

Projecting points onto a plane is fairly simple.  You can use CreateImage to make a planar mesh, they use ProjectPointsOntoMesh to project any points onto that planar mesh.  

Unfolding a mesh 3D into a planar mesh is a different matter.  One way to do this is to fit an ellipsoid (or other simple primitive) to your existing mesh, then project the points onto the ellipsoid and unfold that into a plane.  Most of this is not implemented in SCIRun, but could be done in with the InterfaceWithPython module.  

cheers,
Jess






On Mar 25, 2019, at 12:59 AM, Vikas R bhat <vikasraghubhat@gmail.com> wrote:

Hi Sir,

I have a simple doubt in SCIRUN. Is it possible to project 3D coord of heart sock to a 2D plane.  I wanted to open up the 3D cavity to a 2D grid (xy plane). Is there any module that would help to do this.



--
Thanks,

Vikas.R.Bhat
Contact: +91 9481263176

________________________________________________
SCIRun users mailing list:  scirun-users@sci.utah.edu
http://www.sci.utah.edu/software/scirun.html
To unsubscribe, email sympa@lists.sci.utah.edu with the "unsubscribe scirun-users" in the message body.




Archive powered by MHonArc 2.6.18.

Top of page