*linecreateatsurfacefeatures
Splits selected surfaces at locations of internal features.
Syntax
*linecreateatsurfacefeatures mark_id reserved radius
Type
HyperMesh Tcl Modify Command
Description
This command detects locations of internal surface features defined as high curvature areas or discontinuities on input surfaces, and splits surfaces at those locations to provide improved meshing conditions.
Inputs
- mark_id
- The ID of the mark containing the input surfaces. Valid values are 1 and 2.
- reserved
- Reserved for future use. Must be set to 0.
- radius
- The minimal curvature radius value. If set to negative or zero, then the radius is estimated automatically from the input surface size.
Examples
Example
*createmark surfs 1 displayed
*linecreateatsurfacefeatures 1 0 0.5
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019