tt-acm / DynamoForRebar

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

Rebar by Curve not possible on Lines #38

Closed dietervermeulen closed 8 years ago

dietervermeulen commented 8 years ago

Hi, it seems that the Rebar and RebarContainer by Curve is only working also on curves. But when you use Dynamo, it happens a lot that the result is a line. Apparently this input is not accepted by the Rebar creation nodes. Any workaround for this? See script below. In there in want to model rebar from one face to the other using surface divsion nodes. Apply this on a model with two different sized rectangular faces which are parallel to each other. (ie. blended column with variable base and top).

What is remarkable besides that, is that the output of the valid nodes, is not showing when the Rebar package nodes show an error.

image

moethu commented 8 years ago

Hi Dieter, the nodes are handling Lines. This error is throws by Revits Rebar API because its not able to create a Rebar from this line. This might be due to the coordinates: 2015-09-29_15h20_54 Horizontal curves are working fine while line diagonal in Z are not working.

moethu commented 8 years ago

@dietervermeulen, found a way using the Rebars normal container: 2015-09-29_16h11_45

moethu commented 8 years ago

Vector Parameter exposed in 1.4