*hmmeshspin

Within the automeshing module, generates quad or tria elements using a surfaceless algorithm. Can only be used with *surfacemode 3 and one of the *spin...toformsurface commands.

Syntax

*hmmeshspin quads

Type

HyperMesh Tcl Modify Command

Description

Within the automeshing module, generates quad or tria elements using a surfaceless algorithm. Can only be used with *surfacemode 3 and one of the *spin...toformsurface commands.

Inputs

quads
If nonzero, specifies that the created elements should be quads.

Example

This example spins line 4 forty-five degrees about the given axis to identify a region approximating a surface of revolution, and without actually making a surface, creates 150 elements (15 on the line and 10 on the spin).

*surfacemode 3
*createlist lines 1 4
*createplane 1 0.6757 0.0 0.0 860.0 0.0 332.0
*surfacecreatespinlinewithoffsetangle 1 1 0 45 0
*set_meshedgeparams 0 15.0 0 0 0 0 0 0 0
*set_meshedgeparams 1 10.0 0 0 0 0 0 0 0
*set_meshedgeparams 2 15.0 0 0 0 0 0 0 0
*set_meshedgeparams 3 10.0 0 0 0 0 0 0 0
*hmmeshspin 1
*storemeshtodatabase 0
*ameshclearsurface

Errors

None.