Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

share RhinoSupport test #47

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

share RhinoSupport test #47

wants to merge 12 commits into from

Conversation

dylau
Copy link

@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