Click or drag to resize

SceneGetObjectsInSpaceItem Constructor (SceneGetObjectsInSpaceItemCastTypeEnum, MetadataTypeInfo, Boolean, Plane, Bounds)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public GetObjectsInSpaceItem(
	SceneGetObjectsInSpaceItemCastTypeEnum castType,
	MetadataTypeInfo selectedTypeOnly,
	bool visibleOnly,
	Plane[] planes,
	Bounds bounds
)

Parameters

castType
Type: NeoAxisSceneGetObjectsInSpaceItemCastTypeEnum
selectedTypeOnly
Type: NeoAxisMetadataTypeInfo
visibleOnly
Type: SystemBoolean
planes
Type: NeoAxisPlane
bounds
Type: NeoAxisBounds
See Also