Click or drag to resize
Ab4d.SharpEngine logo

BooleanMesh Methods

The BooleanMesh type exposes the following members.

Methods
 NameDescription
Public methodGetMesh Returns the StandardMesh after the initial mesh is processed by the performed Boolean operations.
Public methodIntersect(BooleanMesh) Updates this BooleanMesh so that it will be defined as an intersection of this BooleanMesh and the specified booleanMesh. The generated mesh can be obtained by calling the GetMesh method.
Public methodIntersect(StandardMesh, Transform) Updates this BooleanMesh so that it be defined as an intersection of this BooleanMesh and the specified StandardMesh. The generated mesh can be obtained by calling the GetMesh method.
Public methodSubtract(BooleanMesh, Boolean) Subtracts the specified booleanMesh from this BooleanMesh. The generated mesh can be obtained by calling the GetMesh method.
Public methodSubtract(StandardMesh, Transform, Boolean) Subtracts the specified StandardMesh from this BooleanMesh. The generated mesh can be obtained by calling the GetMesh method.
Public methodUnion(BooleanMesh) Updates this BooleanMesh with merging it with the specified booleanMesh. The generated mesh can be obtained by calling the GetMesh method.
Public methodUnion(StandardMesh, Transform) Updates this BooleanMesh with merging it with the specified StandardMesh. The generated mesh can be obtained by calling the GetMesh method.
Top
See Also