Hello everyone, (first post) Im having trouble implementing cull pattern into my definition. Basically have a set of piped lines on a surface based on UV; i duplicated the points on the surface, offset them, drawn a line and then pipe. Also i have a point which controls the offset of the points based on its distance in xy (the closer the point, the shallower the offset).
My next step was to use a cull pattern that ive defined, to cull out the surface UV points based on the distance to the orignal point that controls the height of the offset. Ive been successful in getting original surface uv points to cull but it doesnt seem to work with point distance values. Any ideas? http://dl.getdropbox.com/u/656912/MIG_WIP.3dm Rhino File http://dl.getdropbox.com/u/656912/PIPE%20SURF_WIP.ghx GH definition -mig