Closed highway900 closed 4 years ago
Linked with COMPUTE-136
That endpoint is expecting a Brep instead of an extrusion. You can change your code to pass a brep like the following
brep = extru.ToBrep(True)
massProps = compute_rhino3d.AreaMassProperties.Compute6( brep, True, False, False, False )
I'm not closing this issue yet as I would still like to fix the memory error occurring on compute
Hi,
We ran into this exception when using the compute server which was self hosted. Any ideas what might be causing it?
This is a script that will cause the issue.
Running this script causes the compute server to crash with this exception