*removefilletbetweennodes

Removes the edge fillet between two nodes.

Syntax

*removefilletbetweennodes nodes

Type

HyperMesh Tcl Modify

Description

Removes the edge fillet between two nodes.

Inputs

nodes
The array of nodes from the node list. The first two nodes in the nodes array are used to remove fillets.

Example

*createnode(-25.7203277,-212.155023,104.852423,0,71,19)
*createnode(71.47504,-213.224288,96.3130724,0,71,19)
*createlist(nodes,1) 1 2
*removefilletbetweennodes(nodes)

Potentially coinciding nodes (within node tolerance) are removed from the node array.

Errors

None.