Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, with ItonPython2.7, I've got no error with this line declaration
results = clr.Reference[IntersectionResultArray]()
I can get my point coordinates
In CPython3, I try
results = IntersectionResultArray()
setCompResult = curve1.Intersect(curve2, results)
I've got no error but result is empty
Do you know why?
I saw this for Rhino but does not work for me...
https://discourse.pyrevitlabs.io/t/pyrevit-cpython-python-3-equivalent-of-the-ironpython-python-2-im...
Pierre NAVARRA
SONA-Architecture.
http://www.sona-architecture.com
https://fr.linkedin.com/in/pierre-navarra-62032a107
SONA-Architecture.
http://www.sona-architecture.com
https://fr.linkedin.com/in/pierre-navarra-62032a107
Solved! Go to Solution.