Forum Post: RE: Merging multiple resources into single resource
Hi Satoshi, A few important pointers - Since you are merging multiple 3D Objects into a single Resource, you can only have the User Fields that are common to all the objects populate in Resources....
View ArticleForum Post: RE: Navisworks Plugin - EXPORT
Hi Ian, I experience similar. I've learned to breakdown my exports as Arpit suggested. I also do a lot of cleaning before exporting eliminating anything I don't need in Navisworks search sets. I would...
View ArticleForum Post: Quantities Comparison
I want to compare Quantities between designer model and trade model in synchro. Can anyone suggest best work flow ?
View ArticleForum Post: RE: Assign Resource Status from user field resorce values
It still throws me error TASK.RESOURCE(UFV("ACC_CON_Hormigonado")=="TRUE" OR UFV("ACC_CON_Instalado")=="TRUE" OR UFV("ACC_CON_Placa y tuerca")=="TRUE" OR UFV("ACC_CON_AnclajeInstalado")=="TRUE" OR...
View ArticleForum Post: RE: Assign Resource Status from user field resorce values
Alejandra, you don't need to use the quotes ("") around TRUE.
View ArticleForum Post: RE: Assign Resource Status from user field resorce values
It works perfect ! thanks TASK.RESOURCE(UFV("ACC_CON_Hormigonado")==TRUE OR UFV("ACC_CON_Instalado")==TRUE OR UFV("ACC_CON_Placa y tuerca")==TRUE OR UFV("ACC_CON_AnclajeInstalado")==TRUE OR...
View ArticleForum Post: RE: Quantities Comparison
Hi Praveen, What I understood from your question is that you will have both the designer and the trade model imported in SYNCHRO Pro, and assigned to their specific tasks. Since all the properties from...
View ArticleForum Post: syntax synchro script great-grandparent
Hello, for automatching I need to put details from a parent task into a userfield of a child. But it is not the parent but the parent in the 3. Generation or something. For example it would look like...
View ArticleForum Post: RE: syntax synchro script great-grandparent
hi Margaretha, Please try this Script: TASK (NAME >= "G006C") .CHILD.CHILD.CHILD SET_PROPERTY(DESCRIPTION,"G006C") Below is if you want to create User Field "ABC" TASK (NAME >= "G006C")...
View ArticleForum Post: RE: Quantities Comparison
Thanks for the quick response Model I am working on is huge, i dont want to import both the models, I already have trade model imported and linked, just want to transfer quantities to elements (CY...
View ArticleForum Post: RE: syntax synchro script great-grandparent
Hi Indrawan, thank you for your answer. It worked. And I can work with the solution. It is a bit problematic that every child of the first task, not only the last level of children gets the user field...
View ArticleForum Post: RE: Quantities Comparison
Praveen, Can you please let me know which software you are using the model from, and the process/format of importing into SYNCHRO Pro?
View ArticleForum Post: RE: Quantities Comparison
I am using Revit model and using plugin to export .spx
View ArticleForum Post: RE: syntax synchro script great-grandparent
Hi Margaretha, The solution Indrawan provided is working for me as well. I would suggest clearing up all the values of the User Field (change the type from String to Number and back to String) and give...
View ArticleForum Post: RE: syntax synchro script great-grandparent
Hi Arpit, I changed the value and tried it again and now it worked just fine. Thank you.
View ArticleForum Post: RE: Quantities Comparison
Thanks for the info Praveen. The issue here is that assuming both the models are from a different Revit file, they will not have any common properties to take advantage of within SYNCHRO Pro, like...
View ArticleForum Post: Tesellation option to reduce size on Import of 3D Model
Hello everyone, I have a large 3D model which I have already optimized to the maximum by splitting it by trade and by exporting it to DWF which usually gives the smallest file sizes of all the formats...
View ArticleForum Post: Re-organize 3D Objects in browser?
Is it possible to re-organize 3D Objects within the browser – similar to how you can add a new resource/object to an existing resource. I have to copy an object to show it being “constructed” twice for...
View ArticleForum Post: RE: Tesellation option to reduce size on Import of 3D Model
Hello - Have you considered eliminating objects that are not needed for 4D purpose if they are small and slim and are invisible anyway? You can choose to hide those in the source tools instead of...
View Article