@zpointelementoffsetvectorlocal()

Transforms a global vector into an elemental system and returns the z value of the transformation.

Syntax

@zpointelementoffsetvectorlocal (element_id,x,y,z)

Type

HyperMesh Template Function

Description

Transforms a global vector into an elemental system and returns the z value of the transformation.

Inputs

element_id
The ID of the element to use for the transformation.
x y z
The components of the vector to be transformed in the elemental system.

Example

*field(real,[@xpointelementoffsetvectorlocal(id,offsetax,offsetay,offsetaz)],8)
*field(real,[@ypointelementoffsetvectorlocal(id,offsetax,offsetay,offsetaz)],8)
*field(real,[@zpointelementoffsetvectorlocal(id,offsetax,offsetay,offsetaz)],8)

Errors

None.

Version History

13.0