Autodesk.Point.ByCoordinates?

Morning All,

So upgrading to the 1.2.0 release, the Point.ByCoordinates node seems to have changed? When ‘node-to-code’ from the original code block, Autodesk.Point.ByCoordinates appears! Whilst the original Point.ByCoordinates is now invalid!

Is this due to having a conflicting package as such?

EDIT: when launching standalone outside of revit, I don’t require the Autodesk. infront of the code!

Cheers!
Dan

Hi @Daniel_Cornick

Do you have Rhynamo installed?

Hi @Kulkul - Yes I have. I’m guessing it has a similar node then?

That’s the culprit.

2 Likes

Perfect! Thanks @Kulkul!

Somehow whenevery I use Autodesk.Point.ByCoordinates(x,y,z) in custom nodes it doenst work. Any idea what might be the case?

Point doensn’t work so need to use Autodesk.Point
image

Line gives ‘null’ value?
image

Added testpoint in node:
image

Result:
image

The line gives null because your code block is missing a value (that is why it is light and not dark colored).

Ah true, inputs jumped when ‘Point’ value automaticly was added to the input values, when I switched my script to a custom node. Still it makes no sence why the testpoint doesn’t enter the custom node.

It it working now, although it is strange that it won’t show Autodesk.Point values in custom nodes.

image