File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,15 @@ Directory Structure
1212* ``curve2d/ `` contains 2-dimensional curve examples
1313* ``curve3d/ `` contains 3-dimensional curve examples
1414* ``surface/ `` contains surface examples
15+ * ``volume/ `` contains volume examples
1516* ``grid/ `` contains examples for surface grid generator
1617* ``visualization/ `` contains advanced visualization examples.
1718* ``bezier/ `` contains Bezier curve and surface examples
1819* ``shapes/ `` contains examples demonstrating ``geomdl.shapes `` component
1920* ``exchange/ `` contains examples demonstrating ``geomdl.exchange `` module
2021* ``compat/ `` contains examples which utilize ``geomdl.compatibility `` module for data conversion
2122* ``objects/ `` contains examples of the real world objects
22-
23- Input Files
24- -----------
25-
26- ``*.cpt `` and ``*.cptw `` files are simple text files. They contain *control points * and *weighted control points *,
27- respectively. Please see the NURBS-Python _ documentation for details on the input file formats.
23+ * ``fitting/ `` contains examples for curve and surface fitting
2824
2925Author
3026======
You can’t perform that action at this time.
0 commit comments