bertinireal.curve

Python libraries used: Numpy

platform

Unix, Windows

synopsis

The Curve is a child class of Decomposition. Curve contains methods that parse curve edge and samples data.

class curve.Curve(directory, is_embedded=False, embedded_into=None)

Create a Curve object (Child class of Decomposition)

Parameters

Decomposition – Decomposition data from decomp file

parse_curve_samples(directory)

Parse and store curve samples data

Parameters

directory – Directory of the curve folder

parse_edge(directory)

Parse and store curve edges data

Parameters

directory – Directory of the curve folder