*edgesmarkaddmidpoint
Splits each of the input face edges at its midpoint by adding a fixed point on the edge.
Syntax
*edgesmarkaddmidpoint markmask
Type
HyperMesh Tcl Modify
Description
Splits each of the input face edges at its midpoint by adding a fixed point on the edge.
Inputs
- markmask
- The mark ID containing the edges.
Example
To split edges 95, 101 and 102 at their
midpoints:
*createmark(lines,1) 95 101 102
*edgesmarkaddmidpoint(1)