points on curve sorted 2 by 2 ascending = correct order
error message Warning:AdaptiveComponent.ByPoints failed. "The arguments have issues"
versions: Dynamo Core 2.3.0.5885 Dynamo Revit 2.3.0.7661
here the related pics
family:
no definitely not!
pls have a look at the nodes used, there is no list manipulation available for list.chop
flattening is exactly what the source was.
a flat list of 40 pts.
list.chop split this list in 20 lists of 2 pts
2 pts is exactly the amount of pts needed for the adaptive family
I dont mean the same as you do.
You have 3 List Levels @L3@L2 and @L1 (thats one level too much in my opinion)
My suggestion would be to either remove one List Level with Flatten or at the Node “AdaptiveComponent.ByPoints” at the “Points” Input use the Level @L2 (as it is done at my screenshot)
jacob, as shown in above picture i am using list chop on a 1 level list. in my understanding @RedRai’s reply followed the wrong track.
i need @L3 for creating a series of 2 point adaptive components.
here to proof:
list of points
feeding the chopped list in a python node did the job for me without any changes to structure.
Q: in my understanding the sublistelements List[0] and List[1] are used as adapative point[1] and adaptive point[2] in the AdaptiveComponents.ByPoints node. right?
flattening the chopped list will result in a ungrouped list of all points
yes LRP-01.rfa (536 KB)
the idea was to place profile along a path
take profiles and path
extrude and import to revit.
unfortunately this workflow (300+ profiles with path length 10 km ) turns out to be not feasible for revit.
node “solid.byloft” gives errors for huge data. only works for +/- 50 profiles.
I’m able to place 2503 of these on a nurbs curve path without issue.
This looks like you’re trying to build a tunnel, but I am a bit lost as to why you’ve built the family in this way. Why not have the adaptive family drive the geometry?
from here i tried to create one sweep for all profiles with the solid.byloft node.
this is where i failed again.
i found already that there might be a problem with polycurves used Sweep Performance?
to answer your question: basically i thought it were more easy to achive what i want with
placement of profiles,
then adjust them (typewise)
change parameters
create a sweep
import solid to revit
now i will give another family approach a try -> creating the volume in a family
To clarify my point: in the massing environment place a point along your spline at each profile change, then set the profile one the resulting work plane, and loft accordingly. Result is one solid.