Click or drag to resize

Object3DGetFace Method

Gets a face reference for a given position

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Face GetFace(
	int index
)

Parameters

index
Type: SystemInt32
required face position

Return Value

Type: Face
face reference , null if the position is invalid
See Also