*midsurface_edit_base_surfaces

Adds or removes surfaces to the base surfaces used in midsurfacing.

Syntax

*midsurface_edit_base_surfaces mark_id mode distance skip_drawing_duplicates

Type

HyperMesh Tcl Modify Command

Description

Adds or removes surfaces to the base surfaces used in midsurfacing.

Inputs

mark_id
The ID of the mark containing the surfaces to add or remove. Valid values are 1 and 2.
mode
The mode for the selected surfaces. Valid values are:
1 - Add to base surfaces
-1 - Remove from base surfaces
distance
The distance from the base surfaces to the mid-surface.
skip_drawing_duplicates
0 - Draw duplicate unfaceted surfaces (with surface lines) inside the "^Base surfaces" component.
1 - Skip drawing duplicate unfaceted surfaces (with surface lines) inside the "^Base surfaces" component.

Example

To add surfaces 10 and 20 with a distance of 1.5 to the base surfaces:

*createmark surfs 1 10 20
*midsurface_edit_base_surfaces 1 1 1.5 0

Errors

None.

Version History

11.0

2019 - Argument four was previously reserved but is now implemented as skip_drawing_duplicates.