Pipes
`
`james Baker
For the Pipes in Perspective, Could we have one place to set the width of all pipes in the network? So i can bind to this in one place rather then going through the nested tree and binding to all the parts of a Pipe network.
Others may need to change the size of parts of the pipe widths, so maybe a Boolean which sets all pipes to one width size if true?
This is so if i want to change the size of all pipes in my project, i can easily change one value and not having to bind to many widths in the nested tree.
Log In
C
Chris Bingham
This would be very helpful! Visual settings on pipes are often overlooked by designers less familiar with intricacies of projects.
Optionally, add more 'default properties' to the session.props.pipes object (fill, stroke, width, etc.). Then, at each instance of a pipe:
1) If appearance=auto, then all default session properties are used. OR,
2) if any of these instance properties are left (blank) / null, then the default session property for that value is used.
In any case, a new pipe should use default settings, until overridden.