hm_entity_setvector

Set the vector ID for the weld element.

Syntax

hm_entity_setvector entityType entityID vectorID

Type

HyperMesh Tcl Query Command

Description

Set the vector ID for the weld element.

Inputs

entityType
The type of entity to associate with the property (currently, only ELEMS are supported).
entityID
The ID of the entity.
vectorID
The ID of the vector.

Example

To set vector of ID 1 to an element of ID 5:

set ent_id 5; 
set vec_id 1;
hm_entity_setvector ELEMENTS $ent_id $vec_id;

This function is currently supported for spring and gap element configuration only.

Errors

None.