Click or drag to resize

GroupOfObjectsGetObjectsItem Constructor (GroupOfObjectsGetObjectsItemCastTypeEnum, 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 GetObjectsItem(
	GroupOfObjectsGetObjectsItemCastTypeEnum castType,
	MetadataTypeInfo selectedTypeOnly,
	bool visibleOnly,
	Plane[] planes,
	Bounds bounds
)

Parameters

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