Click or drag to resize

Mesh2WritePLY Method

save mesh to file via ply-format.

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

Parameters

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

Return Value

Type: Boolean
true if successful.
See Also