Click or drag to resize

OctreeContainerGetObjects(Plane, Bounds, UInt32, OctreeContainerModeEnum, Int32*, Int32, Int32, IntPtr) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool GetObjects(
	Plane[] planes,
	Bounds bounds,
	uint groupMask,
	OctreeContainerModeEnum mode,
	int* outputArray,
	int outputArrayLength,
	out int outputCount,
	IntPtr extensionData
)

Parameters

planes  Plane
 
bounds  Bounds
 
groupMask  UInt32
 
mode  OctreeContainerModeEnum
 
outputArray  Int32*
 
outputArrayLength  Int32
 
outputCount  Int32
 
extensionData  IntPtr
 

Return Value

Boolean
See Also