va.GetSpaceCurve command keeps returning me None. Every other va.GetSpace… command returns me a proper value.
Hi @enric, any solution for this?
Hi @Julius3,
I have been checking this method, and you’re right, it has a bug and doesn’t work. The problem is that this method hasn’t been correctly designed, as a space may contain holes, so it’s not possible to get the correct space shape just with one curve. I’ll need to create a new method, probably named GetSpaceRegion that returns a planar brep. I’ll try to implement it for VisualARQ 3.1 or 3.2.
Enric