Skip to content

Commit ffe2328

Browse files
committed
doc(#1): add GIF !
1 parent a8811ac commit ffe2328

6 files changed

Lines changed: 24 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
!*/
66
!Inspect/**
77
!Interactions/**
8-
!README.md
8+
!README.md
9+
!images/**

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,29 @@ The procedure for upgrading is the same as for installation, you just need to re
3939

4040
### Tools
4141

42-
- Tranform tool: move points in a more friendly way
43-
- N-Ring: visualize neighborhood of a cell in a volume mesh
44-
- Extract layer: visualize a hex layer by selecting a cell edge
45-
- Extract lace: visualize a hex lace by selecting a cell facet
42+
#### Move points
4643

44+
Move points in a more friendly way.
45+
46+
![Move point](images/move_point_plugin.gif)
47+
48+
#### View lace
49+
50+
Extract & view lace: visualize a hex lace by selecting a cell facet.
51+
52+
![View lace](images/view_lace_plugin.gif)
53+
54+
#### View layer
55+
56+
Extract & view layer: visualize a hex layer by selecting a cell edge.
57+
58+
![View layer](images/view_layer_plugin.gif)
59+
60+
#### View ring
61+
62+
Extract & view n-ring: visualize neighborhood of a cell in a volume mesh.
63+
64+
![View ring](images/view_ring_plugin.gif)
4765

4866
### Commands
4967

images/move_point_plugin.gif

4.45 MB
Loading

images/view_lace_plugin.gif

1.53 MB
Loading

images/view_layer_plugin.gif

7.18 MB
Loading

images/view_ring_plugin.gif

4.22 MB
Loading

0 commit comments

Comments
 (0)