Code Block: Point constructor missing

Hi,

It looks like Code Block doesn’t seem to find the “Point” member. Or am I missing anything?

Anybody else who has come accross this?

Thanks

screenshot.583

 

Looksk like you have a package like Rhynamo or similar installed that also has a Point class. Type Autodesk.Point.ByCoordinates(a,b,c) instead.

1 Like

Indeed. I’ve got Rhynamo installed. And it does show Rhino.Point but not the Autodesk.Point. I guess the intelli sense coding needs a closer look.

Anyway it’s working and many thanks for your quick reply.

thanks a lot.