PartitionEdges
Partition edges in 2D or 3D geometries at some positions along the edges.
Syntax
model.component(<ctag>).geom(<tag>).create(<ftag>,"PartitionEdges");
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 Edges operation partitions selected edges at specified locations. You can specify the positions using parameters based on the arc length or existing vertices whose orthogonal projections on the edges specify the positions.
The following properties are available:
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.
arclength | projection
For information about the selresult and contributeto properties, see Selections of Geometric Entities.
See Also
Partition, PartitionDomains, PartitionFaces