Env.: R20, Windows
Lang.: Python
@s_bach said in Check object (poly) intersect:
Regarding Volume Interface: if you have problems using the Volume object, please report this in a new thread. There are some issues with the API, that are fixed in the next version.
To formalize it: c4d.modules.volume.VolumeObject.GetVolume()
returns a unknown data type and Cinema 4D did crash on me when I tried try to access the value (I think I did something like dir(my_volumeInterface)
).
I always assumed this was somehow intentional/NYI since the Python SDK has no maxon
framework and VolumeInterface
type (yet), although the Python SDK states that return type of GetVolume()
is maxon.VolumeInterface
.
If VolumeInterfaces
aren't introduced into the R21 Python SDK, it might be a good idea to flag related methods as NYI.
Cheers
zipit