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

can you provide some example pwf files by learning your project, and which software can produce pwf file #112

Open
dbdxnuliba opened this issue Aug 10, 2021 · 1 comment

Comments

@dbdxnuliba
Copy link

image
can you provide some example pwf files by learning your project,
and which software can produce pwf file

@yijiangh
Copy link
Owner

Hi! Example pwf files can be found here.

You can write pwf files yourself, the format is simple:
See this example:

  • v x y z stands for a vertex and its x y z coordinate
  • l v1 v2 stands for a line connecting vertex id 1 and vertex id 2 (I think I used one-based indexing at that time)
  • g v1 v2 l_id stands for edge (v1, v2) belongs to layer l_id (partial ordering)

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

No branches or pull requests

2 participants