Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
This "simplified" script results in a system error.
The code is:
"
transform_tmp = adsk.core.Matrix3D.create()
(returnValue, origin, xAxis, yAxis, zAxis) = transform_tmp.getAsCoordinateSystem()
"
The error is:
"
SystemError: <built-in function delete_Point3D> returned a result with an error set
"
Is there something wrong with mine code ... or in the system's core?
Regards
MichaelT
MichaelT
Solved! Go to Solution.