|  | 
| MeshColliderIsInsideMesh(Point3D) Method | 
            Returns true when the specified position is inside the mesh.
            
Namespace: Ab3d.DirectX.UtilitiesAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
 Syntax
Syntaxpublic bool IsInsideMesh(
	Point3D position
)
Parameters
- position  Point3D
- position as Point3D
Return Value
Booleantrue when the specified position is inside the mesh
 See Also
See Also