Generates a wireframe representing the Face3D.

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

Syntax

C#
public void AddToWireframe(
	GeometryModel3D model,
	int vertexIndex1,
	int vertexIndex2,
	int vertexIndex3
)
Visual Basic
Public Sub AddToWireframe ( _
	model As GeometryModel3D, _
	vertexIndex1 As Integer, _
	vertexIndex2 As Integer, _
	vertexIndex3 As Integer _
)
JScript
public function AddToWireframe(
	model : GeometryModel3D, 
	vertexIndex1 : int, 
	vertexIndex2 : int, 
	vertexIndex3 : int
)

Parameters

model
Type: System.Windows.Media.Media3D..::..GeometryModel3D
Source geometry to get the face from.
vertexIndex1
Type: System..::..Int32
Index of edge vertex.
vertexIndex2
Type: System..::..Int32
Index of edge vertex.
vertexIndex3
Type: System..::..Int32
Index of edge vertex.

See Also