Click or drag to resize

Mesh2WriteOBJ Method

Saves the mesh to a 2d obj file.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void WriteOBJ(
	string filename
)

Parameters

filename
Type: SystemString
Name of the file.
See Also