|
BooleanMesh3DIntersect(MeshGeometry3D, Transform3D) Method |
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.
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void Intersect(
MeshGeometry3D meshGeometry3D,
Transform3D meshTransform3D = null
)
Parameters
- meshGeometry3D MeshGeometry3D
- MeshGeometry3D
- meshTransform3D Transform3D (Optional)
- optional transformation that will transform the MeshGeometry3D
See Also