Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have some code written in .Net and wanted to convert it into Python in Dynamo Python Node, i managed to convert most of it except this line in C#:
var filter = new SelectionFilter(new[] { new TypedValue(0, "INSERT") });
the problem is with the Array new[] { new TypedValue(0, "INSERT") } , i tried every possible way to create an array in Python but doesn't work, any Idea
Solved! Go to Solution.