*surfacesplinefillholes2
Creates spline surfaces on all loops of selected lines.
Syntax
*surfacesplinefillholes2 mark_id options
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.
- options
- If set to 1, the edges of the new surface are suppressed. Otherwise the edges are not suppressed.
Example
To create spline surfaces for lines 1-10, and suppress the edges between the new and existing surface:
*createmark lines 1 1-10
*surfacesplinefillholes2 1 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
13.0