File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,15 @@ Directory Structure
12
12
* ``curve2d/ `` contains 2-dimensional curve examples
13
13
* ``curve3d/ `` contains 3-dimensional curve examples
14
14
* ``surface/ `` contains surface examples
15
+ * ``volume/ `` contains volume examples
15
16
* ``grid/ `` contains examples for surface grid generator
16
17
* ``visualization/ `` contains advanced visualization examples.
17
18
* ``bezier/ `` contains Bezier curve and surface examples
18
19
* ``shapes/ `` contains examples demonstrating ``geomdl.shapes `` component
19
20
* ``exchange/ `` contains examples demonstrating ``geomdl.exchange `` module
20
21
* ``compat/ `` contains examples which utilize ``geomdl.compatibility `` module for data conversion
21
22
* ``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
28
24
29
25
Author
30
26
======
You can’t perform that action at this time.
0 commit comments