*surfacesplinefillholes

Creates spline surfaces on all loops of selected lines.

Syntax

*surfacesplinefillholes mark_id

Type

HyperMesh Tcl Modify Command

Description

Creates spline surfaces on all loops of selected lines.

Both topological and free lines can be used for the loop for spline creation.  If lines are not connected into a closed loop, it will create connecting lines. If the selected lines are topological lines connected to some other surfaces, the tangency of the lines created to close the gaps in the loop should match the tangency of the connected surfaces.  The tangencies of the created splines match the tangencies of connected surfaces (if any).  Created splines are placed into the same components that selected lines belong to.

Inputs

mark_id
The ID of the mark containing the input lines. Valid values are 1 and 2.

Example

To create spline surfaces for lines 1-10:

*createmark lines 1 1-10
*surfacesplinefillholes 1

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

9.0