UDF Region¶
Adds a boolean variable to certain CUDA UDFs. The value is true when the current location is inside the child geometry of this object.
For example, if the UDF Region is named UDFRegion
, the boolean variable named in_UDFRegion
is available in any CUDA UDF. The value will be true when the location being evaluated is inside any of the child geometry of the UDFRegion object.