*CE_SeamConnectorFromWeldLine
Converts weldlines to seam connectors.
Syntax
*CE_SeamConnectorFromWeldLine weldlines_mark option
Type
HyperMesh Tcl Modify Command
Description
Converts weldline entities to seam connector entities.
Inputs
- weldlines_mark
- The mark number of weldlines, if it is 0, all weldlines in database are considered.
- option
- Reserved for future use. Must be set to 0.
Examples
To convert weldlines ID 3, 4, 5 to seam
connectors:
*createmark weldlines 1 3 4 5
*CE_SeamConnectorFromWeldLine 1 0
To convert all weldlines to seam
connectors:
*CE_SeamConnectorFromWeldLine 0 0
Errors
Incorrect usage results in a Tcl error. To detect
errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.2