|
MeshColliderHasIntersection(MeshGeometry3D, Transform3D) Method |
Returns true when the specified MeshGeometry3D intersects with the mesh that was used to create this MeshCollider.
Namespace: Ab3d.DirectX.UtilitiesAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool HasIntersection(
MeshGeometry3D wpfMeshGeometry3D,
Transform3D meshTransform = null
)
Parameters
- wpfMeshGeometry3D MeshGeometry3D
- MeshGeometry3D
- meshTransform Transform3D (Optional)
- optional transformation
Return Value
Booleantrue when the specified MeshGeometry3D intersects with the mesh
See Also