en:exportformat
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:exportformat [2026/03/05 16:44] – frankbrennecke | en:exportformat [2026/03/06 17:11] (current) – frankbrennecke | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| CGRAPH allows calculated values or data to be exported at various points. The format used for this is a semicolon-separated text format with the extension CSV, which is understood by spreadsheet programmes such as Microsoft Excel. | CGRAPH allows calculated values or data to be exported at various points. The format used for this is a semicolon-separated text format with the extension CSV, which is understood by spreadsheet programmes such as Microsoft Excel. | ||
| - | The format has multiple columns. The first column always contains the type of the object | + | The format has multiple columns. The first column always contains |
| - | All graphic types except for objects from [[LinearAlgebra2D|Linear Algebra in 2D]] and [[LinearAlgebra3D|3D]] simply export a sequence of individual points. | + | All graphic types except for objects from [[LinearAlgebra2D|Linear Algebra in 2D]] and [[LineareAlgebra3D|3D]] simply export a sequence of individual points. |
| ^ Object type ^ Identifier ^ Format ^ | ^ Object type ^ Identifier ^ Format ^ | ||
| Line 14: | Line 14: | ||
| | 2D circle | C3 | This is followed by two columns with coordinates for x and y for the centre point and another for the radius of the circle. The last column contains a colour value.| | | 2D circle | C3 | This is followed by two columns with coordinates for x and y for the centre point and another for the radius of the circle. The last column contains a colour value.| | ||
| | 3D line | LP3 | This is followed by three columns with coordinates for x, y and z for the starting point and three more for the direction vector. The last column contains a colour value.| | | 3D line | LP3 | This is followed by three columns with coordinates for x, y and z for the starting point and three more for the direction vector. The last column contains a colour value.| | ||
| - | | 3D plane in parametric form | LP3 | This is followed by three columns with coordinates for x, y and z for the starting point and two more for the two direction vectors. The last column contains a colour value.| | + | | 3D plane in parametric form | PP3 | This is followed by three columns with coordinates for x, y and z for the starting point and two more for the two direction vectors. The last column contains a colour value.| |
| - | | 3D plane in normal form | LP3 | This is followed by three columns with coordinates for x, y and z for the starting point and three more for the normal vector. The last column contains a colour value.| | + | | 3D plane in normal form | PN3 | This is followed by three columns with coordinates for x, y and z for the starting point and three more for the normal vector. The last column contains a colour value.| |
| | Sphere | C3 | This is followed by three columns with coordinates for x, y and z for the centre point and another for the radius of the sphere. The last column contains a colour value.| | | Sphere | C3 | This is followed by three columns with coordinates for x, y and z for the centre point and another for the radius of the sphere. The last column contains a colour value.| | ||
| | 3D circle | CP3 | This is followed by three columns with coordinates for x, y and z for the centre point and three more for the normal vector of the circle. This is followed by the radius of the circle. The last column contains a colour value.| | | 3D circle | CP3 | This is followed by three columns with coordinates for x, y and z for the centre point and three more for the normal vector of the circle. This is followed by the radius of the circle. The last column contains a colour value.| | ||
| - | Linear algebra in [[LinearAlgebra2D|2D]] and [[LinearAlgebra3D|3D]] processes all these formats when loading from a file. | + | Linear algebra in [[LinearAlgebra2D|2D]] and [[LineareAlgebra3D|3D]] processes all these formats when loading from a file. |
| - | | + | |
| + | |||
| + | For [[interpolations]], | ||
en/exportformat.1772725468.txt.gz · Last modified: by frankbrennecke
