Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #25 from speckleworks/Matteo/dev
Browse files Browse the repository at this point in the history
Matteo/dev
  • Loading branch information
teocomi authored Mar 26, 2020
2 parents 0ab2e39 + d90bf57 commit e978202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SpeckleElementsRevit/ConversionRoutines/DirectShape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public static Autodesk.Revit.DB.DirectShape ToNative( this SpeckleElementsClasse
ds.SetShape(mesh);
ds.Name = myDs.directShapeName;

SetElementParams(ds, myDs.parameters);

return ds;
}

Expand Down

0 comments on commit e978202

Please sign in to comment.