Click or drag to resize
AB4D logo

PlaneGetIntersectionType(Rect3D) Method

Returns a PlanePlaneIntersectionType that describes where the specified bounds (as Rect3D) lie in relation to this Plane.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public PlanePlaneIntersectionType GetIntersectionType(
	Rect3D bounds
)

Parameters

bounds  Rect3D
bounds as Rect3D

Return Value

PlanePlaneIntersectionType
PlaneIntersectionType that describes where the specified bounds (as Rect3D) lie in relation to this Plane
See Also