* check edge colinear * cleanup * revert cargo.toml * revert cargo.toml properly * undo yarn.lock * clippy * add new sim test * move tolerance2 * typo Signed-off-by: Jess Frazelle <github@jessfraz.com> * fmt Signed-off-by: Jess Frazelle <github@jessfraz.com> * update snap Signed-off-by: Jess Frazelle <github@jessfraz.com> * push real snap Signed-off-by: Jess Frazelle <github@jessfraz.com> * update tests Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com> Co-authored-by: Jess Frazelle <github@jessfraz.com>
53 lines
1.6 KiB
Markdown
53 lines
1.6 KiB
Markdown
```mermaid
|
|
flowchart LR
|
|
subgraph path2 [Path]
|
|
2["Path<br>[29, 54, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 1 }]
|
|
3["Segment<br>[60, 77, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 2 }]
|
|
4["Segment<br>[83, 100, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 3 }]
|
|
5["Segment<br>[106, 124, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 4 }]
|
|
6["Segment<br>[130, 137, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 5 }]
|
|
7[Solid2d]
|
|
end
|
|
1["Plane<br>[6, 23, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 0 }]
|
|
8["Sweep Revolve<br>[143, 160, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 6 }]
|
|
9[Wall]
|
|
%% face_code_ref=Missing NodePath
|
|
10[Wall]
|
|
%% face_code_ref=Missing NodePath
|
|
11[Wall]
|
|
%% face_code_ref=Missing NodePath
|
|
12["SweepEdge Adjacent"]
|
|
13["SweepEdge Adjacent"]
|
|
1 --- 2
|
|
2 --- 3
|
|
2 --- 4
|
|
2 --- 5
|
|
2 --- 6
|
|
2 --- 7
|
|
2 ---- 8
|
|
8 <--x 4
|
|
4 --- 10
|
|
4 --- 12
|
|
8 <--x 5
|
|
5 --- 9
|
|
5 --- 13
|
|
8 <--x 6
|
|
6 --- 11
|
|
8 --- 9
|
|
8 --- 10
|
|
8 --- 11
|
|
8 --- 12
|
|
8 --- 13
|
|
12 <--x 9
|
|
9 --- 13
|
|
10 --- 12
|
|
13 <--x 11
|
|
```
|