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 public PlaneFSide GetSide(
ref BoundsF bounds
)
Parameters
- bounds
- Type: NeoAxisBoundsF
The given bounds.
Return Value
Type:
PlaneFSideThe resulting side.
See Also