*hf_FillDoubleAttachedPart
Reflects the current die part, duplicating elements and surfaces, and fills the gap in between, creating the surface and the mesh in the die part component.
Syntax
*hf_FillDoubleAttachedPart creation_flag x_coord y_coord z_coord gap n1 n2
Type
HyperMesh Tcl Modify Command
Description
This command reflects the current die part, duplicating elements and surfaces, and fills the gap in between, creating the surface and the mesh in the die part component.
Inputs
- creation_flag
- 1 - Triangular mesh method.
- x_coord
- The reflection direction x-coordinate.
- Y_coord
- The reflection direction y-coordinate.
- Z_coord
- The reflection direction z-coordinate.
- gap
- The minimum distance between the original and reflected parts.
- n1
- The node ID of the first node on the part profile of the area to enclose.
- n2
- The node ID of the second node on the part profile of the area to enclose.
Example
*hf_FillDoubleAttachedPart 2 1 0 0 5.7 23 34
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0