Click or drag to resize

PlaneGetSide(Bounds) Method

Returns side of the plane that the given box lies on. The box is defined as bounds.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PlaneSide GetSide(
	ref Bounds bounds
)

Parameters

bounds  Bounds
The given bounds.

Return Value

PlaneSide
The resulting side.
See Also