*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 Command
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
*createmark(lines,1) 95 101 102
*edgesmarkaddmidpoint(1)