Click or drag to resize

BoxGetPlaneSide(Plane) Method

Determines from which side of the plane the box is on.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PlaneSide GetPlaneSide(
	ref Plane plane
)

Parameters

plane  Plane
The plane to check against.

Return Value

PlaneSide
The resulting side of the plane.
See Also