Module rust_3d::io [] [src]

Containing IO functions / traits / types

Functions

load_ply_ascii

Loads an IsMesh3D from the ASCII .ply file format

load_xy

Loads a IsRandomInsertible as x y coordinates with a specified delimiter between coordinates and positions. E.g. used to load the .xy file format or .csv files

load_xyz

Loads a IsRandomInsertible as x y z coordinates with a specified delimiter between coordinates and positions. E.g. used to load the .xyz file format or .csv file

save_ply_ascii

Saves an IsMesh3D in the ASCII .ply file format

save_ply_binary

Saves an IsMesh3D in the binary .ply file format

save_stl_ascii

Saves an IsMesh3D in the ASCII .stl file format

save_xy

Saves an IsRandomAccessible as x y coordinates with a specified delimiter between coordinates and positions. E.g. used to create the .xy file format or .csv files

save_xyz

Saves an IsRandomAccessible as x y z coordinates with a specified delimiter between coordinates and positions. E.g. used to create the .xyz file format or .csv files