|
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)
Syntaxpublic bool WritePLY(
string filename
)
Public Function WritePLY (
filename As String
) As Boolean
public:
bool WritePLY(
String^ filename
)
member WritePLY :
filename : string -> bool
Parameters
- filename
- Type: SystemString
Name of the file to be written.
Return Value
Type:
Boolean
true if successful.
See Also