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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SplitFaces(
	Object3D obj
)

Parameters

obj
Type: Internal.Net3dBoolObject3D
the other object 3d used to make the split
See Also