Multiple line select
-
I have a simple written code to create a wall from a selected line, now I would like it to work for multiple lines. what is the fastest way to do it without to much changing the code. Can I do it with Loop and how??
-
@thomas214 said:
what is the fastest way to do it without to much changing the code.
You're making a big assumption here - we have no insight to your code...
As for making a wall from selected set of lines, I'd create it using
Face.followme
method. http://code.google.com/apis/sketchup/docs/ourdoc/face.html#followmeCreate the profile of the wall at one of the end points of your set of edges and then
face.followme
. -
@thomthom said:
@thomas214 said:
what is the fastest way to do it without to much changing the code.
You're making a big assumption here - we have no insight to your code...
As for making a wall from selected set of lines, I'd create it using
Face.followme
method. http://code.google.com/apis/sketchup/docs/ourdoc/face.html#followmeCreate the profile of the wall at one of the end points of your set of edges and then
face.followme
.In the attachment is the code.
-
There IS a work-in-progress on a BIM type plugin that can make walls, and export to IFC.
Maybe you could join in with that project ??
Advertisement