Click or drag to resize

BoxGetPlaneSide Method (Plane)

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

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

Parameters

plane
Type: NeoAxisPlane
The plane to check against.

Return Value

Type: PlaneSide
The resulting side of the plane.
See Also