Click or drag to resize

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

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

Parameters

planes
Type: NeoAxisPlane
bounds
Type: NeoAxisBounds
groupMask
Type: SystemUInt32
mode
Type: NeoAxisOctreeContainerModeEnum
outputArray
Type: SystemInt32
outputCount
Type: SystemInt32
extensionData
Type: SystemIntPtr

Return Value

Type: Boolean
See Also