Skip to content

Commit f3df800

Browse files
committed
add sample ironpython 3.4
1 parent 42f3d69 commit f3df800

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+577
-50
lines changed
File renamed without changes.
File renamed without changes.

Script Examples/createBox3D.py renamed to Script Examples/ironpython2.7/createBox3D.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#Copyright(c) 2021 Hồ Văn Chương
22
# @chuongmep https://chuongmep.com/
33
import clr
4-
import sys
5-
sys.path.append('C:\Program Files (x86)\IronPython 2.7\Lib')
6-
import os
7-
import math
84
clr.AddReference('acmgd')
95
clr.AddReference('acdbmgd')
106
clr.AddReference('accoremgd')

Script Examples/createCircleByPickPointEnterRadius.py renamed to Script Examples/ironpython2.7/createCircleByPickPointEnterRadius.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#Copyright(c) 2021, Hồ Văn Chương
22
# @chuongmep, https://chuongmep.com/
33
import clr
4-
import sys
5-
sys.path.append('C:\Program Files (x86)\IronPython 2.7\Lib')
6-
import os
7-
import math
84
clr.AddReference('acmgd')
95
clr.AddReference('acdbmgd')
106
clr.AddReference('accoremgd')
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)