Hi everyone! I’m getting started with Dynamo, trying to make a lamp by spherical coordinates. I almost got it, allthough I’m sure there is an much easier way to solve it ( I would appreciate suggestions with the lists).
The problem is that when I translate this geometry from Dynamo to a Revit generic model the shape comes out with straight lines and diagonals on the curves. How can I obtain a smoth curve, without fascias? By nubcurves instead of solids?
The node which your using is not the same as i showed above. Your using standard node. You need to use custom node “DirectShape.ByGeometry” from Spring nodes package.
If you didn’t installed the package yet. You can find the package in Dynamo Online package search and install. Good Luck!