$GmshTag
出自 DDCC TCAD TOOL Manual
Format
$GmshTag N type tag1 tag2 . . . tagN // All are integers.
This function defines how many objects you want to use from the Gmsh file and what their indices are.
N: the number of tag you want to define.
type: 1 means the program will read the tag of the physical entity, and 2 means the program will read the tag of the elementary model entity.
tagi : the index of i-th tag.
Example
$GmshTag 2 2 4 1
Related commands
- $UseGmsh, $GmshTag