cloudViewer.io.write_feature#
- cloudViewer.io.write_feature(filename, feature)#
Function to write Feature to file
- Parameters:
filename (Union[os.PathLike, str, bytes]) – Path to file.
feature (cloudViewer::utility::Feature) – The
Featureobject for I/O
- Returns:
bool