Expand description
Binary PLY format export (little-endian).
Structs§
- PlyBinary
Export - 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.