|
DXWireframeHelper Methods |
The DXWireframeHelper type exposes the following members.
Methods | Name | Description |
---|
| ClearLineMaterial(Model3D, DXDevice) |
Removes DXEngine's line material from the specified Model3D
|
| ClearLineMaterial(ModelVisual3D, DXDevice) |
Removes DXEngine's line material from the specified ModelVisual3D
|
| GetMaterialColor(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.
|
| GetMaterialColor(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.
|
| SetLineMaterial(Model3D, LineMaterial, Boolean) |
SetLineMaterial method annotates Model3D with special property that is used by DXEngine to render the objects with the specified wireframe settings
|
| SetLineMaterial(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
|
| SetLineMaterial(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
|
| SetLineMaterial(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
|
| SetLineMaterial(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
|
| SetLineMaterial(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
|
TopSee Also