Skip to content

share RhinoSupport test#47

Open
dylau wants to merge 12 commits intomeshmash:masterfrom
dylau:rigid-fold
Open

share RhinoSupport test#47
dylau wants to merge 12 commits intomeshmash:masterfrom
dylau:rigid-fold

Conversation

@dylau
Copy link
Copy Markdown

@dylau dylau commented Jan 23, 2019

To support mesh functions. Jan. 2019

dylau added 12 commits December 28, 2016 17:55
+ add references
+ initial build into library succeed
+ improve data structure to enable quiry for f/e/v index
+ can quiry for inner and boundary vertex
+ data tree for neighbour edges for each inner vertices

- define sector angles as property of inner vertex
- define fold angle for fold line
enable rigid folding behavior of the mesh
!!!
G1.OrderBy(o => o.angleToX).ToList(); will not sort the list G1, need to be:
G1 = G1.OrderBy(o => o.angleToX).ToList();
!!!
+ fold angles added

- check the single vertex constraint
my work is in project PlanktonFold, and the RhinoSupport part consist of many useful static methods
+ analysis of pattern done(understand inner vertex constraints)
- meshing tool for sofistik not yep done
- how to fold(TT & KGR)
-inner vertex neighbour edge cannot return edges in order;
-F matrix cannot return identical matrix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant