You are viewing the documentation for an older COMSOL version. The latest version is available here.
PartitionDomains
Partition domains in 2D or 3D geometries with curves and surfaces defined in various ways.
Syntax
model.component(<ctag>).geom(<tag>).create(<ftag>,"PartitionDomains");
model.component(<ctag>).geom(<tag>).feature(<ftag>).selection(property);
model.component(<ctag>).geom(<tag>).feature().set(property,<value>);
model.component(<ctag>).geom(<tag>).feature().getType(property);
Description
The Partition Domains operation partitions selected domains using curves or surfaces defined by vertices, edges, faces, work planes, or objects.
The following properties are available:
...geom(<tag>).
absRepairTol()
none | custom | integer between 1 and the number of colors in the current theme
The color to use. Active when color is set to custom.
on | off
linesegments | lines | edges | extendededges | objects in 2D
workplane | faces | extendedfaces | objects in 3D
linesegments in 2D, workplane in 3D
Method for partitioning the domains. The objects option is not available for partitioning domains after a form union/assembly operation.
...geom(<tag>).
repairTol()
auto | relative | absolute
...geom(<tag>).
repairTolType()
on | off
all | obj | dom | bnd | edg | pnt | off
Show selections, if selresult is on, in physics, materials, and so on; in part instances; or in 3D from a plane geometry. obj is not available in a component’s geometry. dom, bnd, and edg are not available in all features.
For information about the selresult and contributeto properties, see Selections of Geometric Entities.
See Also
Partition, PartitionEdges, PartitionFaces