Click or drag to resize

PlaneFGetSide Method (BoundsF)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PlaneFSide GetSide(
	ref BoundsF bounds
)

Parameters

bounds
Type: NeoAxisBoundsF
The given bounds.

Return Value

Type: PlaneFSide
The resulting side.
See Also