Shape TK 2.0.2¶
New features¶
Hermite classes OEHermiteOptions, OEHermite, and OEHermiteShapeFunc have graduated from preliminary API to stable API status for the 2018.Oct release.
The OEHermiteShapeFunc class now derives from OEShapeFunc. As a result, Hermite overlay can be done more efficiently using the OEOverlay class.
Minor bug fixes¶
The
OEHermite.Setup
method now takes an OEMolBase rather than a OEMCMolBase parameter.The
OEShape::OEColorFunc::operator=
method has been fixed.
Java-specific changes¶
OEHermiteOptions, OEHermite, and OEHermiteShapeFunc are now available in Java.
C#-specific changes¶
OEHermiteOptions, OEHermite, and OEHermiteShapeFunc are now available in C#.
Documentation changes¶
Java and C# examples have been added to the Shape from Hermite expansion examples.