Hi All,
Is it possible to use Dynamo ‘List’ methods (e.g. List.Transpose…) within a python script? I understand there are python methods to achieve this…
If so, is it a question of adding a reference to the python script?
thanks
Hi All,
Is it possible to use Dynamo ‘List’ methods (e.g. List.Transpose…) within a python script? I understand there are python methods to achieve this…
If so, is it a question of adding a reference to the python script?
thanks
Great - thanks!
Maybe the DynamoPrimer could include documentation to show this simple kind of stuff?
clr.AddReference(‘DSCoreNodes’)
import DSCore
from DSCore import *