DynamoRevit icon indicating copy to clipboard operation
DynamoRevit copied to clipboard

DynamoMapsNodesFunctions.LiveFootprint operation failed

Open Yurrey opened this issue 3 years ago • 3 comments

I used Dynamaps to make a site in my project but already the first step is giving me this issue: DynaMapsNodesFunctions.LiveFootPrint operation failed. Could not load type 'Autodesk.Revit.DB.DisplayUnitType' from assembly 'RevitAPI, Version=22.0.0.0, Culture=neutral, PublicKeyToken=null'. Does anyone have a solution for this? image

Yurrey avatar Jan 06 '22 22:01 Yurrey

@ZiyunShang @saintentropy Is that type removed in newer version of Revit?

QilongTang avatar Jan 06 '22 23:01 QilongTang

Hi @Yurrey @QilongTang , yes, the type "DisplayUnitType" was removed since Revit 2022. It should be replaced by Autodesk.Revit.DB.ForgeTypeId.

ZiyunShang avatar Jan 07 '22 01:01 ZiyunShang

Hi @Yurrey @QilongTang , yes, the type "DisplayUnitType" was removed since Revit 2022. It should be replaced by Autodesk.Revit.DB.ForgeTypeId.

Thanks. In this case, @Yurrey you can still use it in older version of Revit. I think for newer version, we will need to ask the maintainer to update the package. @Amoursol any idea who that would be?

QilongTang avatar Jan 07 '22 01:01 QilongTang