* KCL test for rectangle * Rectangle function * Rectangle helper tests * Rectangle helper * Fix clippy lints * Update docs * fmt * Fix bug * fmt * Fix doc comments * Update generated docs --------- Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
```mermaid
|
|
flowchart LR
|
|
subgraph path2 [Path]
|
|
2["Path<br>[27, 54, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 1 }]
|
|
3["Segment<br>[60, 103, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 2 }]
|
|
4["Segment<br>[109, 155, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 3 }]
|
|
5["Segment<br>[161, 211, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 4 }]
|
|
6["Segment<br>[217, 273, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 5 }]
|
|
7["Segment<br>[279, 286, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 6 }]
|
|
8[Solid2d]
|
|
end
|
|
1["Plane<br>[4, 21, 0]"]
|
|
%% [ProgramBodyItem { index: 0 }, VariableDeclarationDeclaration, VariableDeclarationInit, PipeBodyItem { index: 0 }]
|
|
1 --- 2
|
|
2 --- 3
|
|
2 --- 4
|
|
2 --- 5
|
|
2 --- 6
|
|
2 --- 7
|
|
2 --- 8
|
|
```
|