PlaneFGetSide(BoundsF) Method |
Returns side of the plane that the given box lies on.
The box is defined as bounds.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PlaneFSide GetSide(
ref BoundsF bounds
)
Parameters
- bounds BoundsF
- The given bounds.
Return Value
PlaneFSideThe resulting side.
See Also