*voxel_lattice_hex_mesh_remove_constraints

Removes all planar constraints for the current voxel session.

Syntax

*voxel_lattice_hex_mesh_remove_constraints

Type

HyperMesh Tcl Modify Command

Description

Removes all planar constraints for the current voxel session.

This must be preceeded by a call to *voxel_lattice_hex_mesh_add_constraints and must be followed by a call to *voxel_lattice_hex_mesh_create.

Example

To create voxels of size 10 for include components 100-110 and exclude components 200-203, with a planar constraint at 500,0,0 along the positive x-direction, and the remove the constraint and regenerate:

*voxel_lattice_hex_mesh_init 10
*voxel_lattice_hex_mesh_fill_voids 0
*createmark comps 1 100-110
*voxel_lattice_hex_mesh_add_entities comps 1 1
*createmark comps 2 200-203
*voxel_lattice_hex_mesh_remove_entities comps 2 1
*voxel_lattice_hex_mesh_add_constraints 500 0 0 501 0 0 1
*voxel_lattice_hex_mesh_create
*voxel_lattice_hex_mesh_remove_constraints
*voxel_lattice_hex_mesh_create
*voxel_lattice_hex_mesh end

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

2019.1