|
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.CommonAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool TryGetDXMeshGeometry3D(
MeshGeometry3D meshGeometry3D,
out DXMeshGeometry3D dxMeshGeometry3D
)
Parameters
- meshGeometry3D MeshGeometry3D
- WPF material
- dxMeshGeometry3D DXMeshGeometry3D
- out: DXEngine's DXMeshGeometry3D
Return Value
Booleantrue when the WPF material was cached and the dxMaterial is set
See Also