Curves Added operation to approximate a curve by a given tolerance.
Curves Added command FCurve.approximateCurve(double tolerance, unsigned degree=3) to create a B-Spline approximation on an arbitrary curve.
FJSON Implemented methods to read and write JSON-format from within features.
FXML Implemented methods to read and write XML-format from within features.
Feature Definitions Added function to write identity files for feature definitions writeFeatureDefinitionIdentityFiles().
Features Dependencies to (input) arguments of features can now be set without a dependency to the feature itself.
GUI Added a command to set the status bar message.
Misc Added command sleep(ms) to make the current thread sleep for a given time.
Normal Display Added display option for surfaces and BReps to display normals.
Surface Added operation to reparametrize a surface with pseudo unit speed.
Surface Added operation to approximate a surface by a given tolerance.
Surface Added command FSurface.approximateSurface(double tolerance, unsigned uDegree=3, unsigned vDegree=3) to create a B-Spline approximation on an arbitrary surface.
Surfaces Added operation to auto-orientate a surface based on two points.
Sweep Transformation Option to use original path parametrization.
Utility Plane Added creation method to create a FUltiliyPlane from origin and axes.