*removecutbetweenlocations
Removes the cut or fillet of a surface between two locations.
Syntax
*removecutbetweenlocations location1=<value> location2=<value>
Type
HyperMesh Tcl Modify Command
Description
Removes the cut or edge fillet of a surface between two locations.
Inputs
- location1={valueX valueY valueZ}
- The coordinates of the first location.
- location2={valueX valueY valueZ}
- The coordinates of the second location.
Example
To remove a cut between locations (2.20679, 5.97826, 0) and (4.34783, 4.26243, 0):
*removecutbetweenlocations location1={2.20679 5.97826 0} location2={4.34783 4.26243 0}
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.1