Closed hsauro closed 2 years ago
In the method:
setBezierReactionType(id, bezier)
what does it mean if bezier is set to false, does it mean draw straight line segments?
bezier: bool-bezier reaction (True as default) or not (False as straightline). updated in doc (https://github.com/SunnyXu/SBMLDiagrams/commit/16a0285f7920be633c1d9731e2369ac22bfe1f6b)
In the method:
setBezierReactionType(id, bezier)
what does it mean if bezier is set to false, does it mean draw straight line segments?