SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] Visualizing different layers in tetrahedral mesh


Chronological Thread 
  • From: Brett Burton <zaracay@gmail.com>
  • To: Jess Tate <jess@sci.utah.edu>
  • Cc: Brett Burton <zaracay@gmail.com>, Purbasha Garai <pg0222@gmail.com>, scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] Visualizing different layers in tetrahedral mesh
  • Date: Thu, 17 Sep 2015 10:57:05 -0600

You can also split the mesh into its individual components using the
SplitFieldByDomain module in the "NewField" drop down menu. Each of the
output ports will contain an individual domain. You can order their output
by size of by numerical order.

Brett

On Sep 17, 2015, at 10:55 AM, Jess Tate <jess@sci.utah.edu> wrote:

> Hi Purbasha,
>
> You can use ClipFieldByFunction to extract each of the layers. Use an
> expression like 'DATA==1;' to get the layer labeled 1. You can then
> visualize it and use clipping planes in the viewscene options to inspect
> the elements. You can also use GetMeshQualityField to report the quality
> metric of each element, and use a color map to visualize it. If you just
> want to inspect the boundary use GetDomainBoundary or ExtractIsosurface.
>
> cheers,
> Jess
>
>
> On Sep 17, 2015, at 10:45 AM, Purbasha Garai <pg0222@gmail.com> wrote:
>
>> Hello everyone,
>>
>> I have generated a mesh using Biomesh3D. The mesh has five layers. I want
>> to visualize to check for its quality and save each layer individually.
>> How do I do the same?
>>
>> Thank you so much.
>>
>> Regards
>> Purbasha
>




Archive powered by MHonArc 2.6.18.

Top of page