building_blocks.edge.toglobal

Syntax

v = building_blocks.edge.toglobal(ep,f)

Get the global coordinates of a point from local coordinates. Converts the local point coordinate on the edge (1D) to global coordinates (3D). The local edge coordinate of the point will range between 0.0 and 1.0.

Returns:

v - point global coordinates (3D)

Arguments:

ep - edge pointer

f - local edge coordinate