hm_getabsoluterotationvector
Returns a list {x y z} which describes the given entity’s absolute rotation. If HyperMesh is unable to locate the associated systems, the list will contain three empty members.
Syntax
hm_getabsoluterotationvector entityType name_or_id searchType
Type
HyperMesh Tcl Query Command
Description
Returns a list {x y z} which describes the given entity’s absolute rotation. If HyperMesh is unable to locate the associated systems, the list will contain three empty members.
Inputs
- entityType
- The type of entity. Only components are currently supported.
- name_or_id
- The name or ID of the entity.
- searchType
- By default, HyperMesh searches for entities by name, and if the name is not found, it then searches by ID. This option allows you to specify how the search for an entity should be conducted. The two options are:
Errors
None.