*meshline_mark_entity_inside_class

Marks entities as being inside a meshline class.

Syntax

*meshline_mark_entity_inside_class entity_type mark_id1 mark_id2

Type

HyperMesh Tcl Modify Command

Description

This command marks entities as being inside a meshline class.

Inputs

entity_type
The type of entity to mark. Valid values are nodes and elements.
mark_id1
The ID of the mark containing the new entities to add. Valid values are 1 and 2.
mark_id2
The ID of the mark containing the previous entities. Valid values are 1 and 2.

Example

To add element 500 inside a meshline class:

*createmark elems 1 500
*meshline_mark_entity_inside_class elems 1 2

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

11.0