building_blocks.face.toglobal

Syntax

v = building_blocks.face.toglobal(fp,vu)

Get the global coordinates of a point from local coordinates. Converts local point coordinates on the face (2D vector) to global coordinates (3D vector).

Returns:

v - point global coordinates (3D)

Arguments:

fp - face pointer

vu - point local face coordinates (2D)