Click or drag to resize

Mesh2ToMesh3AlongUVMap Method

Promotes a 2d mesh to a 3d mesh along a uv map.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Mesh3 ToMesh3AlongUVMap(
	double[] coords
)

Parameters

coords
Type: SystemDouble
2d vertices to promote.

Return Value

Type: Mesh3
3D mesh.
See Also