Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To unassign the boundary layer mesh data of the whole model


GidUtils::GetMeshData

This Tcl procedure allow ask the MeshData information of a geometric entity ,with this syntax

GidUtils::GetMeshData  <entity_type> <entity_id> ?<key>?

<entity_type>: point line surface volume

<entity_type>: the integer >0 of that identify the entity
<key>: Elemtype IsStructured Meshing size num_divisions weight tops SkipMesh BLMnlevels1 BLMnlevels2 BLMfirsth1 BLMfirsth2 Mesher

if key is omitted or "" it return all MeshData items, otherwise only the required item


out codes
Elemtype: 0 None 1 Linear 2 Triangle 3 Quadrilateral 4 Tetrahedra 5 Hexahedra 6 Prism 7 Only points 8 Pyramid 9 Sphere 10 Circle
Meshing: No Default Yes No,Duplicate Duplicate
SkipMesh: -1 No 0 Automatic 1 Yes
Mesher: 1 RFast 2 Rsurf 3 DelaunaySurf3 4 AdvancingFront4 5 MinElem 6 "Advancing front" 7 DelaunayVol7 8 Isosurface 9 Tetgen 10 Octree 11 PVolume11
weight: (w1,w2)
tops: semi-structured volumes codification (num_surface_1,num_surface_2),top surface global ids (if negative mean that is also set as master)

e.g. for the surface number 1 that has been set forced to be meshed

GidUtils::GetMeshData surface 1

→ IsStructured 0 Elemtype 0 size 0 Meshing Yes

GidUtils::GetMeshData surface 1 Meshing

Yes