Click or drag to resize

OperatorsIntersect Method

Remove the volume of one mesh that is not also part of the volume of the other mesh.

Namespace: Demo3D.CSG
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static void Intersect(
	Visual a,
	Visual b
)

Parameters

a  Visual
The Visual whose mesh will be modified.
b  Visual
The Visual whose mesh is used to modify the other.
See Also