Using DesignScript 'List' methods in Python node

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

 

Here:

http://dynamobim.org/forums/topic/using-desingscript-commands-in-python-script/

Great - thanks!

 

Maybe the DynamoPrimer could include documentation to show this simple kind of stuff?

clr.AddReference(‘DSCoreNodes’)

import DSCore

from DSCore import *