Click or drag to resize
AB4D logo

MeshColliderHasIntersection(MeshGeometry3D, Transform3D) Method

Returns true when the specified MeshGeometry3D intersects with the mesh that was used to create this MeshCollider.

Namespace: Ab3d.DirectX.Utilities
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool HasIntersection(
	MeshGeometry3D wpfMeshGeometry3D,
	Transform3D meshTransform = null
)

Parameters

wpfMeshGeometry3D  MeshGeometry3D
MeshGeometry3D
meshTransform  Transform3D  (Optional)
optional transformation

Return Value

Boolean
true when the specified MeshGeometry3D intersects with the mesh
See Also