JuanMCiller
JuanMCiller
  • 16
  • 52 761
Add Icon to Dynamo Zero Touch Node | C# | BIM
How to add a custom icon to a Zero Touch Node created with C# for Dynamo.
Переглядів: 97

Відео

Visual Studio Code & Dynamo | Revit API | #2
Переглядів 74810 місяців тому
Notion page: www.notion.so/S1-Create-Virtual-Environment-10fea6f5af0846c3a0b525ee76e05e7d?pvs=4 Part 3: In this video, I will show you how we can run different samples in Dynamo developing our Python script in a IDE.
Create Virtual Environment Visual Studio Code | Revit API | #1
Переглядів 65310 місяців тому
Notion page: www.notion.so/S1-Create-Virtual-Environment-10fea6f5af0846c3a0b525ee76e05e7d?pvs=4 Part 2: ua-cam.com/video/bNAX9e4kxQI/v-deo.html In this video, I will show you how we can set up a Virtual Environment within Visual Studio Code IDE. I will also show you the different extensions that I use for my development.
BIM 4D Construction.
Переглядів 145Рік тому
BIM 4D Construction.
Import BIM IFC Models in ArcGIS Pro 2.8 BIM-GIS
Переглядів 10 тис.3 роки тому
How to import BIM Models in IFC format in ArcGIS Pro 2.8.
Install CivilConnection for Revit and Civil 3D
Переглядів 9 тис.3 роки тому
How to install CivilConnection for Revit and Civil 3D.
New York City GIS to BIM with Dynamo for Civil 3D
Переглядів 9583 роки тому
How to convert a GIS file (shapefile) to a BIM file (IFC) with Dynamo for Civil 3D and Revit.
Cartography to Point TXT report with Dynamo Civil 3D
Переглядів 2713 роки тому
How to create a TXT report from a Cartography DWG file with Dynamo and Civil 3D
Navisworks clashes to IFC with attributes using Dynamo for Civil 3D or Revit BIM.
Переглядів 1,3 тис.3 роки тому
Create an IFC file with attributes from clash detection report from Navisworks with Dynamo and Civil 3D or Revit.
Ecoduct model with Dynamo and Civil 3D BIM
Переглядів 1,1 тис.3 роки тому
Ecoduct modelled with Civil 3D and Dynamo BIM.
Cut & Fill volumes with Dynamo and Civil 3D BIM
Переглядів 2,3 тис.3 роки тому
Cut & Fill volumes with Dynamo and Civil 3D BIM
Create template with Dynamo for Revit and Civil 3D
Переглядів 7413 роки тому
How to create the template path for Dynamo with Civil 3D and Revit. BIM.
Civil 3D corridor to Revit with Dynamo and Civilconnection
Переглядів 16 тис.3 роки тому
Export corridor from Civil 3D to Revit with Dynamo and Civilconnection package .
Dynamo Civil 3D Boreholes Geotechnical BIM model
Переглядів 1,9 тис.3 роки тому
BIM model developed with Dynamo geotechnical boreholes model IFC
Infrastructure BIM railway model
Переглядів 5 тис.4 роки тому
Infrastructure BIM railway model
Trabajo fin máster BIM infraestructuras.
Переглядів 2,7 тис.4 роки тому
Trabajo fin máster BIM infraestructuras.

КОМЕНТАРІ

  • @jerico6421
    @jerico6421 Місяць тому

    Muy interesante, como podemos ver el SCRIPT completo?¿ se pixela la imagen y es muy dificil de intentar relicar.

  • @khaledsaad7188
    @khaledsaad7188 Місяць тому

    is it working for revit and civil version 2021? because i tried to run the script but it doesn't read the civil file the error coming from the first node

  • @daniyaalmaneveld3779
    @daniyaalmaneveld3779 2 місяці тому

    If I type Python in Civil3D 2024 then I get an error saying that it doesn't recognize the command, but I get the same end result like you when I connect the nodes in Dynamo. So it's weird? Will it still work?

  • @ianleonardo1999
    @ianleonardo1999 2 місяці тому

    Disculpa, intente seguir el script para crear el corridor que tengo en un archivo de Civil 3D 2025 para importarlo a un Revit 2020, pero me sale un error :c, sabes como podria solucionarlo?

  • @hokhanhtoan8400
    @hokhanhtoan8400 3 місяці тому

    Wonderful tutorials, please continue python - dynamo topic😀😀😀

  • @jestfuldemigod
    @jestfuldemigod 3 місяці тому

    Hello Juan, Where can I get this script?

  • @maribeth-q9n
    @maribeth-q9n 4 місяці тому

    Amazing! Great work I was looking for this solution to resolve issues. Can you if you can share dynamo script? Thank you in advance it will be great help.

  • @taroupanama6594
    @taroupanama6594 4 місяці тому

    awesome bro

  • @eddielau1998
    @eddielau1998 5 місяців тому

    Hi Juan, Would it be possible for you to share the script with me?

  • @FantasyLeaders
    @FantasyLeaders 6 місяців тому

    In the last step in the script.. What is the family used???

  • @JMCiller
    @JMCiller 7 місяців тому

    <Target Name="CreateNodeIcons" AfterTargets="PostBuildEvent"> <!-- Get System.Drawing.dll --> <GetReferenceAssemblyPaths TargetFrameworkMoniker=".NETFramework, Version=v4.8"> <Output TaskParameter="FullFrameworkReferenceAssemblyPaths" PropertyName="FrameworkAssembliesPath" /> </GetReferenceAssemblyPaths> <!-- Get assembly --> <GetAssemblyIdentity AssemblyFiles="$(OutDir)$(TargetName).dll"> <Output TaskParameter="Assemblies" ItemName="AssemblyInfo" /> </GetAssemblyIdentity> <!-- Generate customization dll --> <GenerateResource SdkToolsPath="$(TargetFrameworkSDKToolsDirectory)" UseSourcePath="true" Sources="$(ProjectDir)ClassLibrary1Images.resx" OutputResources="$(ProjectDir)ClassLibrary1Images.resources" References="$(FrameworkAssembliesPath)System.Drawing.dll" /> <AL SdkToolsPath="$(TargetFrameworkSDKToolsDirectory)" TargetType="library" EmbedResources="$(ProjectDir)ClassLibrary1Images.resources" OutputAssembly="$(OutDir)ClassLibrary1.customization.dll" Version="%(AssemblyInfo.Version)" /> </Target>

  • @htintharwin136
    @htintharwin136 8 місяців тому

    Juan, can you please share me the dynamo script? thanks

  • @Dan_ise
    @Dan_ise 8 місяців тому

    Hi Juan, I have tried to recreate your nodes but apparently it does not work. I always end up in an empty model space in Revit everytime I run the script. I am hoping to use this dynamo script for projects collaborating c3d and Revit and would be lovely to have a copy of your nodes. More power to you and to your endeavors.

    • @JMCiller
      @JMCiller 8 місяців тому

      What version of Revit and CIVIL 3D are you running?

    • @Dan_ise
      @Dan_ise 8 місяців тому

      @@JMCiller I am currently using C3d and Revit 2021

  • @emanueleranucci
    @emanueleranucci 9 місяців тому

    Hi, thanks for the video tutorial, i have a question; I have installed C3D 2024 and Revit 2024 but the latest release for civil connection is for 2023, does it works for 2024 version of the autodesk software?

    • @JMCiller
      @JMCiller 9 місяців тому

      I don't think it will work for the 2024 version. However, you can ask the developer directly in the Dynamo forum forum.dynamobim.com/. His name is Paolo Serra.

  • @deleshsubbiah6921
    @deleshsubbiah6921 9 місяців тому

    Hi, Thank you for these helpful videos, please can you create a video demonstrating how to bring eternal services from civil 3D to Revit

  • @lukasheller4182
    @lukasheller4182 9 місяців тому

    Your notion page link does not work for me. It says the Page is not found or I don't have permission. Would you be able to share it in another way?

    • @JMCiller
      @JMCiller 9 місяців тому

      Try this one: rune-screen-1b4.notion.site/S1-Create-Virtual-Environment-10fea6f5af0846c3a0b525ee76e05e7d

  • @TMCE001
    @TMCE001 10 місяців тому

    Hi Juan could I get a copy of this script file from you please.

  • @khanguyen-fc2fs
    @khanguyen-fc2fs 11 місяців тому

    Hi Juan, can you share to me dynamo file for this one?

  • @richardwilmarsalascaballer8746

    se puede apreciar esos volúmenes y el solido de corte y relleno generado por dynamo en civil 3d?

  • @kkkk4493
    @kkkk4493 Рік тому

    Hi Juan, May I have the script? Thanks.

  • @shibukv1978
    @shibukv1978 Рік тому

    Hi Juan, a question for you, how to generate top civil 3d surface from Solid model

  • @dauleloguntur
    @dauleloguntur Рік тому

    how to find python scripts located?

  • @hazelmapbox
    @hazelmapbox Рік тому

    Hi Juan, could you please share the dynamo file for this one? Thank you so much.

  • @adhiprasetyo4374
    @adhiprasetyo4374 Рік тому

    Hi Juan. Very Excelent Dynamo Can U Share me for this Dynamo? Thanks Before

  • @AurelioRodríguez-d7s
    @AurelioRodríguez-d7s Рік тому

    Saludos Excelente explicación Me gustaría importar un modelo de Civil 3D a Revit con la Extensión de Dynamo o cómo podría contentarme con ustedes para una asesoría u orientación? Buena tarde

  • @AdhiPrasetyo-o9p
    @AdhiPrasetyo-o9p Рік тому

    Hi Juan, can u create video about this script? Thanks

  • @AdhiPrasetyo-o9p
    @AdhiPrasetyo-o9p Рік тому

    Very excelent Dynamo,, can i have this dynamo, can you share me this dynamo?? Thanks Before

  • @bleachsiri2008
    @bleachsiri2008 Рік тому

    consulta, y se podria generar obras de drenaje transversal como este caso? ua-cam.com/video/DLnwRdA717E/v-deo.html

  • @VerceV-z4c
    @VerceV-z4c Рік тому

    Hello Juan, I tried to follow your script in dynamo, but it doesn't work. Maybe I'm doing something wrong. Can you share to me dynamo file for this one? Thank you.

  • @MariaPerez-dd8bm
    @MariaPerez-dd8bm Рік тому

    Thank you so much. Amazing work!. Part of you script solved some issues in my workflow.

    • @FantasyLeaders
      @FantasyLeaders 6 місяців тому

      In the last step in the script.. What is the family used???

  • @oonan1
    @oonan1 Рік тому

    @JuanMCiller Please, Can you share me the Dynamo Scrip? Thx

  • @balboaleung7941
    @balboaleung7941 Рік тому

    Hi Juan, Thank you very much for your sharing. Can you share to me dynamo file for this one?

  • @kriss8931
    @kriss8931 Рік тому

    The modelling seem to me to be the easy part, the hard part is making sure it is a digital twin of the reality, with correct coordinates, measurements etc. :-) thanks for sharing.

  • @abduraheem718
    @abduraheem718 Рік тому

    Thank you for the video... Can you please do a video how does it work I mean can you show the civil 3d link in revit

  • @srikanthkanth1547
    @srikanthkanth1547 Рік тому

    Hi sir can you send me a screen shot of your dynamo script to write scripts or can u help us to download the scripts

  • @chiangmail5319
    @chiangmail5319 Рік тому

    Hi Juan, can you share to me dynamo file for this one? please, thank you so much.

  • @franklinc.lozada807
    @franklinc.lozada807 Рік тому

    where can you find your dynamo scripts?

  • @conradosantacroce3124
    @conradosantacroce3124 Рік тому

    Muy bueno 👌

  • @eusse2008
    @eusse2008 Рік тому

    Do you sell this code?

  • @AdrianLopez-do3lq
    @AdrianLopez-do3lq 2 роки тому

    Hello Juan. Nice video. May I ask for the script?

  • @itzikn6605
    @itzikn6605 2 роки тому

    Hi Juan, can you share to me dynamo file for this one?

  • @ilcymared
    @ilcymared 2 роки тому

    Hi Juan, Would it be possible for me to get the dynamo script please?

  • @srioktaviani2584
    @srioktaviani2584 2 роки тому

    hi guan, it's a great video. i would be grateful if you could share the dynamo script.

  • @franciscoguerra8911
    @franciscoguerra8911 2 роки тому

    Could you share script for corridors?

  • @nandinishaw9310
    @nandinishaw9310 2 роки тому

    Please sir Say something.... Atleast explain it.. explain the process... What you're doing, why you're doing it... You need to describe it for beginners like me.... It's so frustrating to watch blindly without understanding anything.

  • @Party4736
    @Party4736 2 роки тому

    Are we able to edit the family and add parameters to it?

  • @arqbim2118
    @arqbim2118 2 роки тому

    Olá Juan, achei incrível mas estou tentando criar a rotina no dynamo dentro do revit e não acho os nods, poderia me ajudar ou disponibilizar a rotina?

  • @engfernandolsf
    @engfernandolsf 2 роки тому

    Hi, can you share that?

  • @engfernandolsf
    @engfernandolsf 2 роки тому

    Hi, can you share this script?

  • @engfernandolsf
    @engfernandolsf 2 роки тому

    Can you share this script?