*hmmeshspline
Within the automeshing module, generates quad or tria elements using a flexible surfaceless algorithm. Can only be used together with *surfacemode 3 and *splinesurface.
Syntax
*hmmeshspline quads
Type
HyperMesh Tcl Modify Command
Description
Within the automeshing module, generates quad or tria elements using a flexible surfaceless algorithm. Can only be used together with *surfacemode 3 and *splinesurface.
Inputs
- quads
- If nonzero, specifies that the created elements should be quads.
Example
To generate elements with densities of 10, 11, 10, and 10 along the given edges:
*surfacemode 3
*createmark lines 1 1 2 7 8
*createplane 1 1.0000 0.0000 0.0000 0.0000 0.0000 0.0000
*splinesurface lines 1 0 1
*set_meshedgeparams 0 10.0 0 0 0 0 0 0 0
*set_meshedgeparams 1 11.0 0 0 0 0 0 0 0
*set_meshedgeparams 2 10.0 0 0 0 0 0 0 0
*set_meshedgeparams 3 10.0 0 0 0 0 0 0 0
*hmmeshspline 1
*storemeshtodatabase 0
*ameshclearsurface
Errors
None.