Model.surface_coordinates_at

Model.surface_coordinates_at(tag, u, v)

Get the coordinates of a point on a surface in the model.

Parameters:
tagint

The identifier of the surface.

ufloat

The first parameter of the surface.

vfloat

The second parameter of the surface.

Returns:
list[float]

The coordinates of the point on the surface.