Generates a wireframe representing the Model3D

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void MakeWireframe(
	Model3D model,
	bool showNormals,
	bool useAdaptativeWireframe,
	bool drawFaceCenterPts
)
Visual Basic
Public Sub MakeWireframe ( _
	model As Model3D, _
	showNormals As Boolean, _
	useAdaptativeWireframe As Boolean, _
	drawFaceCenterPts As Boolean _
)
JScript
public function MakeWireframe(
	model : Model3D, 
	showNormals : boolean, 
	useAdaptativeWireframe : boolean, 
	drawFaceCenterPts : boolean
)

Parameters

model
Type: System.Windows.Media.Media3D..::..Model3D
the model to use as a reference for building the wireframe
showNormals
Type: System..::..Boolean
set to true to generate the normals for the model as part of the wireframe
useAdaptativeWireframe
Type: System..::..Boolean
set to true to use adaptative wireframe to optimize performance
drawFaceCenterPts
Type: System..::..Boolean
Draws crosses in the centers of bounding box faces.

See Also