Revit Snippet: Schedule XYZ Shared Coordinates of Elements

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025

Комментарии • 22

  • @arafatqahwash3632
    @arafatqahwash3632 Месяц назад +1

    nice work

    • @RVBoost
      @RVBoost  Месяц назад

      Glad you liked it ☺️

  • @JulioAlvaradoPalomo
    @JulioAlvaradoPalomo Год назад

    Thank you very much

    • @RVBoost
      @RVBoost  Год назад

      Glad I could help 😃

  • @sreenivaschattu
    @sreenivaschattu 2 года назад +1

    the coordinates value showing Revit XYZ parameters and dynamo is not matching

    • @RVBoost
      @RVBoost  2 года назад +1

      This is a very old way to do it. Try the latest method here: rv-boost.com/revit-plugins/rv-live-coordinates/

  • @milanmihajlovic5076
    @milanmihajlovic5076 2 года назад +1

    I have Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed. Traceback (most recent call last): File "", line 57, in AttributeError: 'LocationCurve' object has no attribute 'Point'

    • @yasarcepni
      @yasarcepni 2 года назад

      Hello, did you able to solve this problem? I also have same problem.

    • @RVBoost
      @RVBoost  2 года назад

      Could you send your Revit file to support@rv-boost.com? I'll check why the error occurred.

  • @ariscahuanasajonero3613
    @ariscahuanasajonero3613 2 года назад +1

    It works extremely for me! I have a question. Can we switch to Project Base Point instead of Survey Point?

    • @RVBoost
      @RVBoost  2 года назад +2

      Yes we can! I didn't do that for this script but if you want to work with me on making it do coordinates based on Project Base Point, check out my Patreon programs :)

  • @mustafashaikh6408
    @mustafashaikh6408 Год назад

    I watched this video it’s very useful.
    I have one question can we get all four sides coordinates at a time?
    For example there’s cube and I want to get all four corners coordinates. Can we get that?

    • @RVBoost
      @RVBoost  Год назад

      Yes! Is the cube a family instance? If so, Dynamo can get the coordinates of the box 's location. It can then detect the size of the cube and then calculate coordinates of the box's faces based on the location point.

    • @mustafashaikh6408
      @mustafashaikh6408 Год назад +1

      @@RVBoost family is instance

  • @GR_BC2CDE
    @GR_BC2CDE Год назад +1

    Hi, I am getting the following error. Pls guide me to fix it. Tks.
    Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed.
    Traceback (most recent call last):
    File "", line 57, in
    AttributeError: 'LocationCurve' object has no attribute 'Point'

    • @RVBoost
      @RVBoost  Год назад

      Hi, it can be easier if you update coordinates using our Revit plugin here: rv-boost.com/revit-plugins/rv-live-coordinates/
      It helps avoid some issues with Dynamo.

  • @paulandrada7940
    @paulandrada7940 Год назад

    Hi, this is really helpful thank you so much!
    I have no issue when I applied this to the example project but when I applied this into a big project that I'm working on I am getting an error
    AttributeError: 'LocationCurve' object has no attribute 'Point'
    How do I bypass this? So it ignores this? Not entirely sure what this mean

    • @RVBoost
      @RVBoost  Год назад

      You can handle more tricky situations like this without efforts by using our Revit plugin here: rv-boost.com/revit-plugins/rv-live-coordinates/
      Alternatively, you can edit the Python code and add a check on the Location object. If it's a Location Curve, simply skip that element.

  • @melantonuky494
    @melantonuky494 Год назад

    bro
    i have problem Line 56 has No Attribute Point

    • @RVBoost
      @RVBoost  Год назад

      This is an old script. We have upgraded it to a Revit plugin. I would recommend getting it here: rv-boost.com/revit-plugins/rv-live-coordinates/

  • @FrantMaryana
    @FrantMaryana Год назад

    Please help me with this warning
    Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed.
    unexpected token ''

    • @RVBoost
      @RVBoost  Год назад

      You may be missing a colon or comma somewhere. It may be easier if you download the script using the link in this video's description and then compare what's in there to your script.