Forum Post: Links Navisworks
Hello, I have a 3d model in navisworks with links, when doing the synchronization from, synchro 4d will be able to read the links (attached in the bim elements), to be opened in the Synchro Documents...
View ArticleForum Post: RE: Links Navisworks
Hello Diego, If the links in Navisworks are properties they will come over as string User Fields in 4D Pro, if exported through the Plugin. The Documents themselves will need to be assigned directly...
View ArticleForum Post: Wildcard in user field is not working in auto matching resource...
Hi Wildcard is not working in auto matching from resource to task. When I try to use widcard in user field as TER * or TER* to look for match in TER FF, TER WF and TER CF. It return no result. However,...
View ArticleForum Post: Subdivision of elemensts
after updating Synchro 4D to version 6.5, the function of dividing elements stopped working on one of the models, which is worth noting that those elements that were divided before that have this...
View ArticleForum Post: RE: Subdivision of elemensts
Hello, This issue would be best handled by SYNCHRO Support . To expedite things, please upload a copy of the SP file, in both v6.4 (if a backup is available) and v6.5. Also, detail out the steps of...
View ArticleForum Post: RE: Wildcard in user field is not working in auto matching...
Hi Edgar, The functionality seems to be working on my test file, so it may not be a bug. I would suggest sending the SP file to SYNCHRO Support for further review. Thanks!
View ArticleForum Post: Assign if empty is not working is not written on blank value.
Hi for some odd reason, assign_if_empty is not working... I try a different code, and same the happen. Can help to check what had happened. Thanks!
View ArticleForum Post: RE: Wildcard in user field is not working in auto matching...
Sure, could you give me your email, I can grant you access you access to my project.
View ArticleForum Post: RE: Wildcard in user field is not working in auto matching...
Here's my email - arpit.prakash@bentley.com It would be helpful if you could create a ticket with our support for proper follow-up, especially if it's a possible bug.
View ArticleForum Post: RE: Wildcard in user field is not working in auto matching...
It seems that the function is working on new User Fields but not the existing TER. This is likely a bug. A quick workaround would be to create a copy of the TER User Fields and then do the AutoMatching.
View ArticleForum Post: RE: write IF in script
Hi Edgar, I think the script will be two command line. RESOURCE(SELECTED AND UFV_ZERO("Perimeter")>1) ASSIGN_UF("IDD Element Type", STRING, "YES") RESOURCE(SELECTED AND UFV_ZERO("Perimeter")<=1)...
View ArticleForum Post: RE: Assign if empty is not working is not written on blank value.
hi Edgar, Please use this script. RESOURCE(SELECTED AND UFV("Level")>="5TH" AND UFV ("IDD Level" )="") ASSIGN_UF("IDD Level", STRING, "L5") The ASSIGN_IF_EMPTY is working if the the Resource Do not...
View ArticleForum Post: RE: Assign if empty is not working is not written on blank value.
HI Indrawan Noted, I always thought that assign_if_empty would also work on "", look like is not the case. Thanks man!
View ArticleForum Post: RE: Filter Last Resource Status
hi Wagner, What if you also check all next Progress After "Programado" ? Does the progress must follow that sequence? Please try, if this is what you want to see? Regards, Indrawan
View ArticleForum Post: How to generate complete full fledged Dynamic clash detection...
As we know that for dynamic clash detection, we have to make a single resource to get a complete dynamic clash detection test report. However, considering to this we have made a single resource for the...
View ArticleForum Post: RE: Subdivision of elemensts
Here it is link to models of two cersion of Synchro >>> Synchro SubDivision issue <<< About how we work in CONTROL at first we open model in new version of Synchro than resaved it as...
View Article