*surfacemarkmerge
Combines the selected surfaces into one surface, and divides the surface along the internal edges that correspond to fillets and feature lines.
Syntax
*surfacemarkmerge mark breakangle minradius maxradius
Type
HyperMesh Tcl Modify
Description
Combines the selected surfaces into one surface, and divides the surface along the internal edges that correspond to fillets and feature lines.
Inputs
- mark
- The mark ID containing the surfaces.
- breakangle
- The threshold used to recognize feature lines.
- minradius
- The lower limit of the radius of curvature used to recognize fillets.
- maxradius
- The upper limit of the radius of curvature used to recognize fillets.
Example
To combine a surface with a feature breakangle of 30.0 and fillet radii of 1.0 and
15.0:
*createmark(surfaces,1) 1 31 57 91 93 145 189 190
*surfacemarkmerge(1,30.0,1.0,15.0)
The *createmark() command is required. On the Geom Cleanup panel, this command corresponds to the organize by feature tool.