BHoM / Revit_Toolkit

A set of tools enabling exchange of information between BHoM and Revit.
GNU Lesser General Public License v3.0
27 stars 13 forks source link

Account for nonsymmetrical profiles being defined in different convention than Revit #984

Open pawelbaran opened 3 years ago

pawelbaran commented 3 years ago

Description:

Unfortunately, Revit does not constrain the convention in which the profiles of given shapes need to be defined, i.e. on can create an angle family with one arm pointing leftwards or rightwards. This means that it is hard to draw any convention, therefore we need to account for it in some more direct way (brute force check?).

EDIT: To be resolved together with #986 (see the description for more info).

Test file:

On SharePoint.

pawelbaran commented 3 years ago

Self-note: the can possibly be resolved by setting the flips of resultant BHoM profiles based on the relationship between centroid and centre of bounding rectangle of the Revit profile.