EdgeGroup
Define edge groups for mapped meshes.
Syntax
model.component(
<ctag>
).mesh(
<tag>
).feature(
<ftag>
).create(
<ftag1>
,"EdgeGroup");
model.component(
<ctag>
).mesh(
<tag>
).feature(
<ftag>
).feature(
<ftag1>
).selection();
model.component(
<ctag>
).mesh(
<tag>
).feature(
<ftag>
).feature(
<ftag1>
).selection(
property
);
Description
Use
model.component(
<ctag>
).mesh(
<tag>
).feature(
<ftag>
).create(
<ftag1>
,"EdgeGroup")
to define edge groups for the
Map
feature
<ftag>
.
Use
model.component(
<ctag>
).mesh(
<tag>
).feature(
<ftag>
).feature(
<ftag1>
).selection()
to specify the domain.
The following properties are available:
Table 4-40:
Available Properties
Property
Value
Default
Description
edge1
Selection
First group of edges.
edge2
Selection
Second group of edge.
edge3
Selection
Third group of edge.
edge4
Selection
Fourth group of edge.
The value of each property is an edge selection that combines edges to defines a logical side of the corresponding domain (in 2D) or boundary (in 3D). No specific ordering of the edges is required.
See Also
Distribution
,
Map
,
Size