*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:
- 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.
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.