Mesh3WritePLY Method
save mesh to file via ply-format.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public bool WritePLY(
string filename
)
Public Function WritePLY (
filename As String
) As Boolean
public:
bool WritePLY(
String^ filename
)
member WritePLY :
filename : string -> bool
- filename String
- name of the file to be written.
Boolean
true if successful.