tt-acm / DynamoForRebar

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

Following Surface on Trapezoidal surfaces #44

Closed dietervermeulen closed 9 years ago

dietervermeulen commented 9 years ago

When working with the Rebar.FollowingSurface on a trapezoidal surface, I would expect the lines getting trimmed at the surface edge, which is not yet done. See screenshot below.

image

moethu commented 9 years ago

@dietervermeulen , they do if you set the idealize property to false. This is the standard U,V parametrization from Autodesk. The non idealized is a solution I came up with to fix that.

dietervermeulen commented 8 years ago

Seems to be solved in Dynamo 0.9 with the Rebar 0.2 package. Lines are trimmed by default now, and the idealize = true will even do the reverse now :-)