Author Topic: Change Node Layout on Tree Model  (Read 769 times)

Offline aERonAUtical1996

  • Newbie
  • *
  • Posts: 15
    • View Profile
Change Node Layout on Tree Model
« on: November 17, 2016, 07:40:16 PM »
I have a pixel tree, 7 strands of 30 pixels zig zagged configuration.  Can I change the node layout of the built in tree model or do I need to create a custom object?

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Change Node Layout on Tree Model
« Reply #1 on: November 17, 2016, 07:41:47 PM »
It should be able to do anything you need by default.  For an odd number of zig-zag strands you need to use a 1 string definition.  Try strings=1, nodes=210, strands=7.

Offline aERonAUtical1996

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Change Node Layout on Tree Model
« Reply #2 on: November 17, 2016, 07:57:15 PM »
That worked. Not sure why I didn't see/think of that.  Thanks.