最近のDynamo、RevitでいうRevit2022からでは、これまで利用されていたIronPythonからCpythonも利用できるようになった。 Cpythonが利用できないうちは、なんで普通のPythonが利用できないんだ!という疑問があった。しかし今度は、Revit2023になってIronPythonがデフォルト ...
Dynamo内でPythonを利用する目的の一つにRevitAPIへのアクセスがあります。 Dynamo内で利用できるPythonは現在はIronPythonのみになります。今後、Cpythonも利用できるようになるというアナウンスはされていて、試用版としてDynamoCoreは公開されています。 されこれまで ...
Dynamo uses what's called the Embeddable Package of Python. This allows Dynamo to have its own Python home, without requiring users to install Python or adding it to ...