Skip to main content

Module ply_binary_export

Module ply_binary_export 

Source
Expand description

Binary PLY format export (little-endian).

Structs§

PlyBinaryExport
Binary PLY export container.

Functions§

export_ply_binary
Build the full binary PLY file as bytes (header + vertex data + face data).
new_ply_binary_export
Create a new binary PLY export.
ply_binary_face_bytes
Serialize face data to little-endian bytes.
ply_binary_face_count
Return the face count.
ply_binary_header
Build the PLY ASCII header string.
ply_binary_set_mesh
Set mesh data.
ply_binary_size_estimate
Estimate the file size in bytes.
ply_binary_vertex_bytes
Serialize vertex data to little-endian bytes.
ply_binary_vertex_count
Return the vertex count.
validate_ply_binary
Validate the export.