Click or drag to resize

PlaneFGetSide(BoundsF) 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 PlaneFSide GetSide(
	ref BoundsF bounds
)

Parameters

bounds  BoundsF
The given bounds.

Return Value

PlaneFSide
The resulting side.
See Also