Click or drag to resize
AB4D logo

BooleanMesh3D Methods

The BooleanMesh3D type exposes the following members.

Methods
 NameDescription
Public methodIntersect(BooleanMesh3D) 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.
Public methodIntersect(MeshGeometry3D, Transform3D) Updates this BooleanMesh3D so that it be defined as an intersection of this BooleanMesh3D and the specified MeshGeometry3D. The generated MeshGeometry3D can be get from the Geometry property.
Public methodSubtract(BooleanMesh3D, Boolean) Subtracts the specified booleanMesh3D from this BooleanMesh3D. The generated MeshGeometry3D can be get from the Geometry property.
Public methodSubtract(MeshGeometry3D, Transform3D, Boolean) Subtracts the specified MeshGeometry3D from this BooleanMesh3D. The generated MeshGeometry3D can be get from the Geometry property.
Public methodUnion(BooleanMesh3D) Updates this BooleanMesh3D with merging it with the specified BooleanMesh3D. The generated MeshGeometry3D can be get from the Geometry property.
Public methodUnion(MeshGeometry3D, Transform3D) Updates this BooleanMesh3D with merging it with the specified MeshGeometry3D. The generated MeshGeometry3D can be get from the Geometry property.
Top
See Also