Click or drag to resize

Object3DClassifyFaces Method

Classify faces as being inside, outside or on boundary of other object

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ClassifyFaces(
	Object3D otherObject
)

Parameters

otherObject  Object3D
object 3d used for the comparison
See Also