init data structure
This commit is contained in:
commit
b5a390bce3
28
fenetre.py
Normal file
28
fenetre.py
Normal file
@ -0,0 +1,28 @@
|
||||
# Charger les bibliothèques DesignScript et Standard Python
|
||||
import sys
|
||||
import clr
|
||||
import re
|
||||
|
||||
# clr.AddReference('ProtoGeometry')
|
||||
# from Autodesk.DesignScript.Geometry import *
|
||||
# dataEnteringNode = IN
|
||||
|
||||
|
||||
Keylist = [
|
||||
"RSV12",
|
||||
"RSV13",
|
||||
"RSV16",
|
||||
"RSV19",
|
||||
"RSV20,RSV21,RSV1",
|
||||
] # dataEnteringNode[0]
|
||||
CollittionList = [
|
||||
["rsv13"],
|
||||
["rsv12", "rsv16"],
|
||||
["rsv20", "rsv21", "rsv1"],
|
||||
["rsv19", "rsv1"],
|
||||
["rsv19"],
|
||||
["rsv19", "rsv20"],
|
||||
] # dataEnteringNode[1]
|
||||
OUT = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user