Skip to content

Commit b27748c

Browse files
committed
move images to top
1 parent 8277fb1 commit b27748c

22 files changed

+47
-48
lines changed

docs/examples/example_booleans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Boolean Operations
22

3+
![Boolean Operations](../assets/images/example_booleans.png)
4+
35
This example demonstrates how to perform boolean operations between two triangle meshes using COMPAS CGAL.
46

57
The following operations are demonstrated:
@@ -9,8 +11,6 @@ The following operations are demonstrated:
911
* Boolean union
1012
* Mesh splitting
1113

12-
![Boolean Operations](../assets/images/example_booleans.png)
13-
1414
```python
1515
---8<--- "docs/examples/example_booleans.py"
1616
```
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Geodesic Distances and Isolines
2-
===============================
1+
# Geodesic Distances and Isolines
2+
3+
![Geodesics](../assets/images/example_geodesics.png)
34

45
This example demonstrates geodesic distance computation, isoline extraction, and mesh splitting using COMPAS CGAL.
56

@@ -21,9 +22,6 @@ Key Features:
2122
* Isoline extraction as polylines via ``geodesic_isolines``
2223
* Mesh splitting along isolines via ``geodesic_isolines_split``
2324

24-
.. figure:: /_images/example_geodesics.png
25-
:figclass: figure
26-
:class: figure-img img-fluid
27-
28-
.. literalinclude:: example_geodesics.py
29-
:language: python
25+
```python
26+
---8<--- "docs/examples/example_geodesics.py"
27+
```
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Mesh Intersections
22

3+
![Mesh Intersections](../assets/images/example_intersections.png)
4+
35
This example demonstrates how to compute intersections between two triangle meshes using COMPAS CGAL.
46

57
Key Features:
@@ -8,8 +10,6 @@ Key Features:
810
* Visualizing intersection results
911
* Handling multiple intersection curves
1012

11-
![Mesh Intersections](../assets/images/example_intersections.png)
12-
1313
```python
1414
---8<--- "docs/examples/example_intersections.py"
1515
```

docs/examples/example_meshing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Mesh Remeshing
22

3+
![Mesh Remeshing](../assets/images/example_meshing.png)
4+
35
This example demonstrates how to remesh a triangle mesh using COMPAS CGAL.
46

57
Key Features:
@@ -9,8 +11,6 @@ Key Features:
911
* Remeshing with target edge length
1012
* Side-by-side visualization of original and remeshed models
1113

12-
![Mesh Remeshing](../assets/images/example_meshing.png)
13-
1414
```python
1515
---8<--- "docs/examples/example_meshing.py"
1616
```
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Mesh Dual Remeshing
22

3+
![Mesh Dual Remeshing](../assets/images/example_meshing_dual.png)
4+
35
This example demonstrates how to remesh a triangle mesh using COMPAS CGAL.
46

57
Key Features:
@@ -8,8 +10,6 @@ Key Features:
810
* Dual Remeshing with Target Edge Length
911
* Dual vertices are fixed by angle or/and vertex index.
1012

11-
![Mesh Dual Remeshing](../assets/images/example_meshing_dual.png)
12-
1313
```python
1414
---8<--- "docs/examples/example_meshing_dual.py"
1515
```
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Mesh Projection
22

3-
This example demonstrates how to project a mesh to another mesh using COMPAS CGAL. By default closest point projection is used. The method can also use normals for ray-based projection.
4-
53
![Mesh Projection](../assets/images/example_projection.png)
64

5+
This example demonstrates how to project a mesh to another mesh using COMPAS CGAL. By default closest point projection is used. The method can also use normals for ray-based projection.
6+
77
```python
88
---8<--- "docs/examples/example_projection.py"
99
```
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Point Cloud Normal Estimation
22

3+
![Point Cloud Normal Estimation](../assets/images/example_reconstruction_pointset_normal_estimation.png)
4+
35
This example demonstrates how to estimate normals from a point cloud using COMPAS CGAL.
46

57
Key Features:
@@ -9,8 +11,6 @@ Key Features:
911
* Normal estimation using k-nearest neighbors
1012
* Visualization of point normals as scaled lines
1113

12-
![Point Cloud Normal Estimation](../assets/images/example_reconstruction_pointset_normal_estimation.png)
13-
1414
```python
1515
---8<--- "docs/examples/example_reconstruction_pointset_normal_estimation.py"
1616
```
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Point Cloud Outlier Removal
22

3+
![Point Cloud Outlier Removal](../assets/images/example_reconstruction_pointset_outlier_removal.png)
4+
35
This example demonstrates how to remove outliers from a point cloud using COMPAS CGAL.
46

57
Key Features:
@@ -9,8 +11,6 @@ Key Features:
911
* Visualization of inliers and outliers with different colors
1012
* Point cloud difference computation
1113

12-
![Point Cloud Outlier Removal](../assets/images/example_reconstruction_pointset_outlier_removal.png)
13-
1414
```python
1515
---8<--- "docs/examples/example_reconstruction_pointset_outlier_removal.py"
1616
```
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Point Cloud Reduction
22

3+
![Point Cloud Reduction](../assets/images/example_reconstruction_pointset_reduction.png)
4+
35
This example demonstrates how to reduce the density of a point cloud using COMPAS CGAL.
46

57
Key Features:
@@ -8,8 +10,6 @@ Key Features:
810
* Point cloud density reduction with specified percentage
911
* Side-by-side visualization of original and reduced point clouds
1012

11-
![Point Cloud Reduction](../assets/images/example_reconstruction_pointset_reduction.png)
12-
1313
```python
1414
---8<--- "docs/examples/example_reconstruction_pointset_reduction.py"
1515
```
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Point Cloud Smoothing
22

3+
![Point Cloud Smoothing](../assets/images/example_reconstruction_pointset_smoothing.png)
4+
35
This example demonstrates how to smooth a point cloud using COMPAS CGAL.
46

57
Key Features:
@@ -8,8 +10,6 @@ Key Features:
810
* Point cloud smoothing with specified iterations and neighborhood size
911
* Side-by-side visualization of original and smoothed point clouds
1012

11-
![Point Cloud Smoothing](../assets/images/example_reconstruction_pointset_smoothing.png)
12-
1313
```python
1414
---8<--- "docs/examples/example_reconstruction_pointset_smoothing.py"
1515
```

0 commit comments

Comments
 (0)