Python camber node

hello everyone

does anyones knows how can i get camber.node in python.

thanks for your help

see pitcure below

Your python syntax requires some fixing. Remove the indent at line 13.
[Edit]
Is this from ChatGPT? If it is, it’s not going to be helpful unless you have good experience with python and you put the effort in to get the code working before asking the forum for help

no it is not from ChatGPT and it works very weel with OOTB node (BlockReference), but it does not recognize (externalBlockReference)

I’m confused because you are using Dynamo node methods with python - why not use DesignScript?
Camber ExternalBlockReference can be loaded with

clr.AddReference('Camber')
from Camber.External.ExternalObjects import *

why not use DesignScript?
very good question, i am currently using it but this is just to simplify the script :slight_smile:

1 Like