*surfacesplineonnodesloop2

Creates a spline surface using a node list as boundary conditions.

Syntax

*surfacesplineonnodesloop2 list_id options

Type

HyperMesh Tcl Modify Command

Description

Creates a spline surface using a node list as boundary conditions.

Inputs

list_id
The ID of the list containing the input nodes. Valid values are 1 and 2.
The nodes should be selected in an order consistent with the intended trimming boundary of the constructed surface. No attempt is made to correct the input by rearranging the order of the nodes.
options
If set to 0, input nodes that were not already associated to any geometry get associated to the new surface. In addition, in simultaneous meshing modes set by *surfacemode, input nodes are taken into account to create connections between the new surface mesh and an already existing mesh.
If set to 1, input nodes are not associated to the new surface and are not taken into account in simultaneous meshing modes.

Example

To build a spline from the nodes 1, 2, 3 and 4:

*surfacemode 1
*createlist nodes 1 1 2 3 4
*surfacesplineonnodesloop2 1 0

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0