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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Face GetFace(
	int index
)

Parameters

index  Int32
required face position

Return Value

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