Closed mdsumner closed 4 years ago
List of round-trip scenarios, check box if they work.
Now in master branch.
Currently in silicate@mike-bleed branch
Code to step through them below.
Not yet implemented or not feasible
library(silicate) x <- SC0(minimal_mesh) SC(x) SC0(x) anglr::DEL(x) plot(SC(x)) plot(SC0(x)) plot(anglr::DEL(x)) sc_vertex(x) sc_coord(x) sc_node(x) sc_edge(x) sc_segment(x) sc_start(x) sc_end(x) sc_object(x) sc_arc(x) sc_path(x) TRI(x) TRI0(x) ARC(x) ARC0(x) PATH(x) PATH0(x)
What branch is this on?
All merged into master.
Verified this todo list.
List of round-trip scenarios, check box if they work.
Now in master branch.
Currently in silicate@mike-bleed branchCode to step through them below.
Not yet implemented or not feasible