Graph construction
-
Hi,
is it possible to create a graph in sketchup[not pro version] in this manner:
(node with id)<-(line with id)->(node with id) ?
If yes, how can i do that?Thank you in advance!
-
I'm not sure what you mean by graph, there are many types. There is a gridz.rb Ruby script that will place a parametric grid of construction lines in the model, on which you can build a graph.
-
Dear Navajo,
Try graphit.rb, which you will find here, along with lots of other good stuff
Regards,
Bob -
What i want is to draw a house, and define a way from room to room as (directed/undirected)graph in sketchup. After that i would like to parse skp-file and extract that graph, so i can run some algorithm on it. Hope this is understandable so far, my english is not so good as it should be
, if not so ask please...
Thanks a lot for your help!
Advertisement