Click or drag to resize
AB4D logo

BooleanMesh3DIntersect(BooleanMesh3D) Method

Updates this BooleanMesh3D so that it be defined as an intersection of this BooleanMesh3D and the specified BooleanMesh3D. The generated MeshGeometry3D can be get from the Geometry property.

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void Intersect(
	BooleanMesh3D booleanMesh3D
)

Parameters

booleanMesh3D  BooleanMesh3D
BooleanMesh3D
See Also