Click or drag to resize
AB4D logo

DXWireframeHelperClearLineMaterial(ModelVisual3D, DXDevice) Method

Removes DXEngine's line material from the specified ModelVisual3D

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public static void ClearLineMaterial(
	ModelVisual3D visual3D,
	DXDevice parentDXDevice
)

Parameters

visual3D  ModelVisual3D
ModelVisual3D
parentDXDevice  DXDevice
DXDevice that was used to show ModelVisual3D in DXEngine
See Also