Hi,
There are actually 2 ways to do this.
1. As Matthias described:
- Generate a refined mesh and include it as a submesh in the
global mesher.
- this is the preferred method.
2. If however, you have an existing mesh for which you do not have the full specification (ie. the "t3m" file)
- first cut a hole in the mesh by defining a polygon
and using "Edit->T3 Mesh->Delete Elements in Polygon",
- now create the outline of the hole by:
- selecting the mesh in the WorkSpace and using
"Tools->T3 Mesh->Extract Edges (Shorelines),
- select and copy the "shoreline" of the hole,
- and paste this shoreline to the "Outline" of a new
Mesh Generator object,
- define your contraints in the usual manner but make
sure that the "Resample Outline" option is turned off,
- once you have created the new "submesh",
- select your original mesh with the hole and use
"Edit->T3 Mesh->Merge Mesh...".
Cheers... Martin