PartitionFaces
Partition faces in 3D geometries at some positions on the faces.
Syntax
model.component(<ctag>).geom(<tag>).create(<ftag>,"PartitionFaces");
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);
model.component(<ctag>).geom(<tag>).feature(<ftag>).setAttribute(attribute,<value>);
model.component(<ctag>).geom(<tag>).feature(<ftag>).getAttribute(attribute);
Description
The Partition Faces operation partitions selected faces at specified locations. You can specify the positions using vertices to define curve segments, adjacent edges that are extended, or a work plane.
The following properties are available:
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
all | obj | dom | bnd | edg | pnt | off
Show selections, if selresult is on, of resulting objects in physics, materials, and so on, or in part instances. obj is not available in a component’s geometry. dom, bnd, and edg are not available in all features.
workplane | curvesegments | extendededges
For information about the selresult and contributeto properties, see Selections of Geometric Entities.
The following attributes are available:
Table 3-130: Valid attributes
on | off | inherit
Designate the resulting objects as construction geometry. Use inherit to set the construction geometry attribute only if all input objects are construction geometry.
See Also
Partition, PartitionDomains, PartitionEdges