*removefilletbetweennodes

Removes the edge fillet between two nodes.

Syntax

*removefilletbetweennodes nodes

Type

HyperMesh Tcl Modify Command

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

*createentity node x=-25.7203277 y=-212.155023 z=104.852423
*createentity node x=71.47504 y=-213.224288 z=96.3130724
*createlist nodes 1 1 2
*removefilletbetweennodes 1

Errors

None.