Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - wyattarmstrong

#1
Support / Re: spline tree error
September 26, 2024, 04:28:55 PM
It works if the E1 receives one plane per list in tree, so could do an average of the values in each list for the E1...

List structure that doesn't seem to work looks like:
PLN -
{0} 10 (items)
{1} 10 (...)
{2} 10
...

E1 -
{0} 10
{1} 10
{2} 10
...

Command output -
{0} 10
{1} 10
{2} 10
...

List structure that does work looks like:
PLN -
{0} 10
{1} 10
{2} 10
...

E1 -
{0} 1
{1} 1
{2} 1
...

Command output -
{0} 1
{1} 1
{2} 1
...
#2
Support / Re: spline tree error
September 26, 2024, 04:23:13 PM
Thanks Johannes,
It seems to work when I feed the plane input a tree (result is one command per list in tree), but when I plug a matching tree into the E1 input the result is a command per list item in each list in the tree.

I was wondering if because it compiles a list of planes into a single command, it didn't like receiving a different E1 value per plane in the list, but the CIRC component does this - is the spline component able to do that?

Attached a sample script showing this.

Best,
Wyatt
#3
Support / spline tree error
September 25, 2024, 06:45:29 PM
Hey all,
Seem to be getting an error from the spline component when feeding it multiple lists at a time. Instead of compiling the list of planes into a single command it generates a command per plane - the commands within a list seem to be identical, so a workaround is just selecting the first command from a list, but it is computationally heavy...might be doing something wrong, let me know...