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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public PlaneSide GetPlaneSide(
	Plane plane
)

Parameters

plane
Type: NeoAxisPlane
The plane to check against.

Return Value

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