Click or drag to resize
AB4D logo

DXDeviceResourcesCacheTryGetDXMeshGeometry3D Method

Returns true and sets the dxMeshGeometry3D parameter when the WPF MeshGeometry3D was cached in this DXDeviceResourcesCache. Otherwise returns false and sets dxMeshGeometry3D to null.

Namespace: Ab3d.DirectX.Common
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool TryGetDXMeshGeometry3D(
	MeshGeometry3D meshGeometry3D,
	out DXMeshGeometry3D dxMeshGeometry3D
)

Parameters

meshGeometry3D  MeshGeometry3D
WPF material
dxMeshGeometry3D  DXMeshGeometry3D
out: DXEngine's DXMeshGeometry3D

Return Value

Boolean
true when the WPF material was cached and the dxMaterial is set
See Also