otros o esas cosas gracias por la ayuda en todo caso.
hi pb
i want make a cable work not only in the end point i mean can a cable work linked whit a strut but not joined in the end point? can a cable work join in any point of the line, and if the line move down cables follow it.
thanks
…
Added by javier burgos at 5:05pm on October 26, 2011
ce in the simplify to a reasonably high value like 10 degrees to catch slightly jagged edges.
Don't know how the tolerance values for the SimplifyCurve should be set. Just try to play with them...
I inserted a second culling stage, that sorts out short curves so the fillets wouldn't create points to begin with.
You can insert a third stage of checks if you remove duplicate points before the ClosestPts with a reasonable radius of tolerance, because points close together are likely to be created by an edge that wasn't simplified to a single line.…
ce from 4 points will always have straight edges from point to point, so it is similar to lofting a straight line to another straight line, this is true for 2 straight lines. See here a surface made from surface 4 point (left) or lofting two edges (right) are exactly the same. …
nually unweld the mesh in Rhino 4.
For the second option:
- Double click on the script component with the error to edit the code
- Comment out the first line (type ' before the line), press OK.
- Bake the mesh to Rhino
- Run the _weld command. Use "0" as angle.
- Reference the unwelded mesh back into GH
The problem with this method is that unwelding in Rhino changes the vertex normals so the mesh will look more faceted.…
there until it passes through a line. If you look under where your arrow is there is a gap also between the attractor points. This is why. A way to smooth this out would be
1. remove the flip matrix, poly line, and intersect components. Connect the curves that connected into the b of intersect directly into g of pull.
or
2. Make the U and V more dense for surface division to get more lines to intersect with.
In both cases density should even things out plus adjusting graph mapper settings. …
Added by Michael Pryor at 11:03pm on January 30, 2013
/ / Declaration of variable inputs
List <line> elts = new List <line> ();
if (! DA.GetData (0, ref elts)) { return; }
.....
}
when I assign input component turns red
there is a problem here
if (! DA.GetData (0, ref elts)) { return; }
I don't know what's the problem?…
need something similar to http://www.grasshopper3d.com/forum/topics/selection-of-a-point-a-line-and-distance?id=2985220%3ATopic%3A489388&page=1#comments though…
themselves. The functionality exists in the GH component but I cannot find it in the solver class.
Also I am not sure why I cannot use Python list methods on point3d list (like pop, slice, remove) and if I can't how can I achieve these methods. Thanks!!!
…
Added by Vangel Kukov at 2:40am on January 3, 2014
st item component? Maybe this is a glitch? Shouldn't all the list item, index 0 coming out from item A be the same if the tree is the same?
Also my last line is wacky. Preview it to see for yourself! I don't know why it doesn't work.
…