Two quick questions. One I’m stuck with the other I’m curious about:
- I have created a logarithmic spiral using points defined by polar coordinates. Dividing the path equally was simple enough but what I'm really looking for is a way to place points equally along a the curve (as the points made to define the curve are unequally spaced). I've checked many functions of dynamo and can't seem to find what I'm looking for; dividedpath.points being the closest. Dynamo seems to be wanting a REVIT element inputed at that node but when I put in the model curve it gives the error, "Warning: No function called %get_Points on a Revit.Elements.ModelCurve that takes __array could be found" and I'm not sure how to grab the full divided path.
- I'd like to be able to use a formula or code block to define the mathematical function. I'm assuming some python scripting can be used in a code block? This in the long run seems to be the more powerful way to mathematically generate architecture in dynamo but where can I find a good resource for this method?