Forum Post: RE: Issue with IFC Import
Hi Roy, I would advise sending your IFC file to synchrosupport@bentley.com so that the technical support exports can review it and provide suggestions accordingly.
View ArticleForum Post: Script work on certain resource, but does not work on some resources
Hi I wrote a script to change the resource name and 3d object name by Mark use field. Initially, this work with resources(import from revit). However, when I selected this resource, which initially...
View ArticleForum Post: RE: Script work on certain resource, but does not work on some...
Hi Edgar, If you UF is on Resource. you can try this Script. RESOURCE(SELECTED) SET_PROPERTY (NAME , UFV ("Mark")) RESOURCE(SELECTED) 3D SET_PROPERTY (NAME , RESOURCE.UFV ("Mark")) Best regards, Indrawan
View ArticleForum Post: RE: SYNCHRO Academy Announcements
I logged into https://learn.bentley.com/ and found only two courses for Synchro. How can I get the access code for Synchro Control and other courses. Thanks!
View ArticleForum Post: RE: AO Not showing on Animation export or is 'strobing'?
Hello Liam I have followed up with the Dev team and will let you know once I get a reply.
View ArticleForum Post: When Animating; How do I get the Tower Cranes boom to rotate...
When Animating; How do I get the Tower Cranes boom to rotate independent of the cranes tower?
View ArticleForum Post: RE: When Animating; How do I get the Tower Cranes boom to rotate...
Hi Ted, Please review the linked video. This is for an older version, but is exactly the same process - www.youtube.com/watch
View ArticleForum Post: RE: When Animating; How do I get the Tower Cranes boom to rotate...
This shows how to rotate the object but the entire frame rotates with the crane, which in the real world is just not how things work. Is there a way to get JUST the boom to rotate independent of the...
View ArticleForum Post: RE: When Animating; How do I get the Tower Cranes boom to rotate...
Ted, instead of selecting the whole tower crane, you make a singular Resource just for the boom, separate from the frame, and assign the 3D path to it.
View ArticleForum Post: RE: When Animating; How do I get the Tower Cranes boom to rotate...
that sounds promising! how do i do that?
View ArticleForum Post: Custom User Field - Unable to Cross Reference ??
Hi! I am trying to set up a custom user field as shown below under my task table by referring to the resource name under Resources Properties. This resource (ELEC-1-Cell-2-Generator) has been assigned...
View ArticleForum Post: RE: Custom User Field - Unable to Cross Reference ??
I understand there could be a few resources assigned to the same task so that the formula is not sure which one to pick up. But when there is only one resource assigned to the task, the formula should...
View ArticleForum Post: RE: Custom User Field - Unable to Cross Reference ??
Hi Liang, Please use the following formula- LEFT(RESOURCE.NAME, FIND("-", RESOURCE.NAME)-1) The formula will work if only one Resource is assigned to a Task. Unfortunately, there's no way of...
View ArticleForum Post: RE: Custom User Field - Unable to Cross Reference ??
Hi Arpit, I tested out the formula provided above. As you said, It works when only one Resource is assigned to a Task. My questions are: 1. "You can use ANY to use any one of the assigned Resource" -...
View ArticleForum Post: RE: Custom User Field - Unable to Cross Reference ??
Hope the following helps - LEFT(ANY(RESOURCE.NAME), FIND("-", ANY(RESOURCE.NAME))-1)) I was mistaken. CONCAT will not work for this scenario. LEFT(RESOURCE[NAME<>"-"].NAME, FIND("-",...
View ArticleForum Post: RE: Custom User Field - Unable to Cross Reference ??
Thank you Arpit! I will try these options out and will bring up more related questions if there is any.
View ArticleForum Post: How to copy the "translate as assigned" to a new task
Hello, Synchro by default takes all the new 3D assignments to their original position, is there any quick way to bring in the translate as assigned from a previous task to the new one? Kind regards,
View ArticleForum Post: I have imported P6 file in Synchro, and for few activities in P6...
( For Ex. Piling work was started and in P6 it recorded the progress of 30% and due to some reason that activity got delayed and now i have to edit the end date but synchro is not allowing to edit.)...
View ArticleForum Post: RE: How to copy the "translate as assigned" to a new task
Hi Rafael, There is no quick way or a copy position option from task to task. You will have to edit as assigned the resource for the new task. But if you have a resource which should be in the same...
View ArticleForum Post: Wrap Text for Activity Name
We have Long activity names in our schedule, wanted to know the setting to wrap the text, similar to what we do in excel or Primavera P6. And a way to align the Text more to the left
View Article