bertinireal.data

Python libraries used: Numpy

platform

Unix, Windows

synopsis

The data module contains methods to find diretcory, gather vertices,read msot recent, gather and gather & save.

data.find_directory(directory_path)

Find the directory of decomposition data based on directory path

Parameters

directory_path – The path of directory

data.gather()

Gather data

:rtype Either curve or surface decomposition

data.gather_and_save()

Gather and save data

data.gather_vertices(directory)

Gather vertices

Parameters

directory – The path of directory

data.read_most_recent()

Reads the most recent decomposition, and returns it.