Hi all,
I can program in Perl and Javascript, so I figured I'd give Lscript a try to solve some in-house issues. So here is what I'm trying to do........
The CAD software we use builds 3d house models with parametric roofs, windows, etc.. When I export the model into Lightwave, the resulting mesh is not always continuous (see image.....
Now, what I would like to do search for instances of non-attached polys like the image shows and add points to polys so I have a continuous mesh.
What I have thought of doing is checking every poly to see if there are any points that are in line with any of the poly's edges. If it finds one or more, it will add the point(s) to the poly.
I am an extreme noob with Lscript, and this doesn't seem like a very efficient way to do this. Any ideas? Anybody have an alternate route to what I am trying accomplish? Any help would be appreciated. Thanks
I can program in Perl and Javascript, so I figured I'd give Lscript a try to solve some in-house issues. So here is what I'm trying to do........
The CAD software we use builds 3d house models with parametric roofs, windows, etc.. When I export the model into Lightwave, the resulting mesh is not always continuous (see image.....

Now, what I would like to do search for instances of non-attached polys like the image shows and add points to polys so I have a continuous mesh.
What I have thought of doing is checking every poly to see if there are any points that are in line with any of the poly's edges. If it finds one or more, it will add the point(s) to the poly.
I am an extreme noob with Lscript, and this doesn't seem like a very efficient way to do this. Any ideas? Anybody have an alternate route to what I am trying accomplish? Any help would be appreciated. Thanks