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 public PlaneSide GetPlaneSide(
Plane plane
)
Parameters
- plane
- Type: NeoAxisPlane
The plane to check against.
Return Value
Type:
PlaneSideThe resulting side of the plane.
See Also