Click or drag to resize

Mesh3WriteOBJ Method

save mesh to file in obj-format.

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

Parameters

filename
Type: SystemString
name of the file to be written.

Return Value

Type: Boolean
true if successful.
See Also