IntersectRayPolyhedronFlag
Canonical path: NemAll_Python_Geometry.IntersectRayPolyhedronFlag
Bases: Enum
Flag determining, what intersection point is to be searched by the IntersectRayPolyhedron
function
eNegativeIfNoPositive
class-attribute
instance-attribute
Search for intersection points in the direction of the ray. If none is found, search in the opposite
eNegativePreferred
class-attribute
instance-attribute
Search for intersection points in the opposite direction of the ray and prefer ones with lowest lambda (prefer -2 over -1)
eNegativeVerticalPreferred
class-attribute
instance-attribute
Search only for the intersection with vertical faces (perpendicular to ground view)
ePositiveOnly
class-attribute
instance-attribute
Search only for intersection points in the direction of the ray (positive lambda) direction and prefer ones with lambda closest to zero (prefer -1 over -2)
Placeholder