Click or drag to resize

Object3DSplitFaces Method

Split faces so that none face is intercepted by a face 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 SplitFaces(
	Object3D obj
)

Parameters

obj  Object3D
the other object 3d used to make the split
See Also