tt-acm / DynamoForRebar

A Dynamo package for authoring geometrically complex rebar models in Revit 2016.
Other
39 stars 18 forks source link

Set Rebar Hook Type to "none" #39

Closed dietervermeulen closed 8 years ago

dietervermeulen commented 8 years ago

I miss a setting where I can choose "None" for the Rebar Hook Type. Not all rebars need to have hooks at the ends.

moethu commented 8 years ago

Hi Dieter, you would have to load a Hook Type that is called None and doesn't contain anything.

dietervermeulen commented 8 years ago

You can not make that kind of Hook Type in Revit. None is a setting in the parameters of a Rebar once modelled. A hook type needs a multiplier of at least 0.01 and the angle can't be 0. So that would not solve the problem.

moethu commented 8 years ago

The problem is the API is really picky about null values. I'm trying some kind of workaround

moethu commented 8 years ago

Just published v.1.6 with a bool toggle for noHooks

moethu commented 8 years ago

Sadly I cannot provide a None option at the moment in the drop down - because I would have to handle all the null values internally first

moethu commented 8 years ago

Got it fixed now, you can easily select None

moethu commented 8 years ago

v 1.7