johnpierson / RhythmForDynamo

A collection of nodes for use in Dynamo with Revit.
BSD 3-Clause "New" or "Revised" License
108 stars 25 forks source link

Dimension.SetBelowValue for Multi-segment dimensions #8

Closed StudioLE closed 6 years ago

StudioLE commented 6 years ago

There presently isn't any documentation for how to use the Dimension.SetBelowValue node.

This post from June 2016 suggests that it is possible but this solution no longer seems to work.

I can get SetBelowValue to work for a single dimension but for multi-segments I feel I've tried every conceivable combination of nodes but nothing to no avail.

For reference the standard dynamo node Dimension.SetSuffix will apply unique suffixes to each value when directly passed a dimension and a list of values so one would kind of effect Rhythm to work in the same manner?

johnpierson commented 6 years ago

I am adding this to the next release and it will work with segments. Actually had someone else just ask about this https://twitter.com/60secondrevit/status/983388559930359808

johnpierson commented 6 years ago

Also, rhythm is heavily documented on Dynamonodes.com and it will be there when updated

StudioLE commented 6 years ago

Superb, if you've got it working is there any chance of you pushing a develop branch so I can jump straight in and test it or is it more complex than that?

johnpierson commented 6 years ago

Let me see what I can do. I am actually planning on pushing a new build to the package manager this week,

johnpierson commented 6 years ago

Fixed in version 2018.4.20

StudioLE commented 6 years ago

I can confirm this now works as expected, thanks for the great work

ParametricMonkey commented 6 years ago

Hi John. Is it possible for this node to work on only ONE segment from a multi-segment dimension?

johnpierson commented 6 years ago

It's possible if you have blank values for the ones you do not want to edit @ParametricMonkey . image

ParametricMonkey commented 6 years ago

Thanks John!