I have Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed. Traceback (most recent call last): File "", line 57, in AttributeError: 'LocationCurve' object has no attribute 'Point'
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 :)
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?
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.
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'
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.
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
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.
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.
nice work
Glad you liked it ☺️
Thank you very much
Glad I could help 😃
the coordinates value showing Revit XYZ parameters and dynamo is not matching
This is a very old way to do it. Try the latest method here: rv-boost.com/revit-plugins/rv-live-coordinates/
I have Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed. Traceback (most recent call last): File "", line 57, in AttributeError: 'LocationCurve' object has no attribute 'Point'
Hello, did you able to solve this problem? I also have same problem.
Could you send your Revit file to support@rv-boost.com? I'll check why the error occurred.
It works extremely for me! I have a question. Can we switch to Project Base Point instead of Survey Point?
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 :)
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?
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.
@@RVBoost family is instance
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'
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.
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
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.
bro
i have problem Line 56 has No Attribute Point
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/
Please help me with this warning
Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed.
unexpected token ''
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.