|
DXWireframeHelperClearLineMaterial(Model3D, DXDevice) Method |
Removes DXEngine's line material from the specified Model3D
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public static void ClearLineMaterial(
Model3D model,
DXDevice parentDXDevice
)
Parameters
- model Model3D
- Model3D
- parentDXDevice DXDevice
- DXDevice that was used to show Model3D in DXEngine
See Also