Click or drag to resize
AB4D logo

DXWireframeHelper Class

DXWireframeHelper class contains methods that can be used to annotate ModelVisual3D or Model3D with special property that is used by DXEngine to render the objects with the specified wireframe settings.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXWireframeHelper

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public class DXWireframeHelper

The DXWireframeHelper type exposes the following members.

Constructors
 NameDescription
Public methodDXWireframeHelperInitializes a new instance of the DXWireframeHelper class
Top
Methods
 NameDescription
Public methodStatic memberClearLineMaterial(Model3D, DXDevice) Removes DXEngine's line material from the specified Model3D
Public methodStatic memberClearLineMaterial(ModelVisual3D, DXDevice) Removes DXEngine's line material from the specified ModelVisual3D
Public methodStatic memberGetMaterialColor(Material, Color4) Returns Color4 that is get from the material's color. If the color cannot be get from material, than default color is returned.
Public methodStatic memberGetMaterialColor(Material, Color4) Returns Color4 that is get from the WPF material's color. If the color cannot be get from material, than default color is returned.
Public methodStatic memberSetLineMaterial(Model3D, LineMaterial, Boolean) SetLineMaterial method annotates Model3D with special property that is used by DXEngine to render the objects with the specified wireframe settings
Public methodStatic memberSetLineMaterial(Model3D, LineMaterial, Boolean, DXDevice) SetLineMaterial method annotates Model3D with special property that is used by DXEngine to render the objects with the specified wireframe settings
Public methodStatic memberSetLineMaterial(Model3D, Double, Color, Boolean) SetLineMaterial method annotates Model3D with special property that is used by DXEngine to render the objects with the specified wireframe settings
Public methodStatic memberSetLineMaterial(ModelVisual3D, Double, Color, Boolean) SetLineMaterial method annotates ModelVisual3D with special property that is used by DXEngine to render the objects with the specified wireframe settings
Public methodStatic memberSetLineMaterial(Model3D, Double, Color, Boolean, DXDevice) SetLineMaterial method annotates Model3D with special property that is used by DXEngine to render the objects with the specified wireframe settings
Public methodStatic memberSetLineMaterial(ModelVisual3D, Double, Color, Boolean, DXDevice) SetLineMaterial method annotates ModelVisual3D with special property that is used by DXEngine to render the objects with the specified wireframe settings
Top
See Also