*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
*createmark weldlines 1 3 4 5
*CE_SeamConnectorFromWeldLine 1 0
*CE_SeamConnectorFromWeldLine 0 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.2