ZiyunShang

Results 52 comments of ZiyunShang

@johnpierson well, it's a name that's been around for a long time. I think what it's trying to do here is specify a latitude and longitude.

Hi @kronz @cesarecaoduro , I just investigated this issue. As @dimven pointed out, that node will clear SpatialFieldManager every time, so only one surface has analysis display result. Do you...

Hi @Amoursol , this node is a Dynamo Geometry node, I can't find its code on my side. But I guess it may be impacted by Revit UnitType API changes.

@QilongTang @mjkkirschner could you take a look at this? Is this some conflict with other addins?

Hi @AndreasLuka , could you share your screen shot about this issue or a sample(revit file and dyn file) for us reproducing. According to the warning message, it seems be...

Hi @AmeerMansourBeca , are you still experiencing this issue? As the Exception message says, there can only be one transaction at the same time. You may use `TransactionManager.Instance.EnsureInTransaction(Document)` to ensure...

Hi @hardhiraf , I just use a cuboid to create a family type. ![Cuboid-FamilyType](https://user-images.githubusercontent.com/33445445/124555163-57266b00-de69-11eb-856c-8b7aea9d73a9.PNG) It can get a cube icon here. I think this icon may be lost in Revit...

Hi @hardhiraf , sorry for late response. ![Cuboid-FamilyInstance](https://user-images.githubusercontent.com/33445445/125224920-fe3f5280-e300-11eb-9e95-93150e545efd.PNG) I use a simple solid can't reproduce your issue. If it is convenient, could you please share your file so that I...

Hi @hardhiraf , the main reason for this issue is the change of Revit API - "Document.Import". Your SAT file was imported into Revit as Solid Geometry before 2022, but...

> Hi @ZiyunShang any update on this issue? No, I have created problem report to the Revit API owner, but it hasn't been solved.