Generates a wireframe representing the Vertex3D.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void AddToWireframe(
GeometryModel3D model,
int vertexIndex
) |
Visual Basic |
---|
Public Sub AddToWireframe ( _
model As GeometryModel3D, _
vertexIndex As Integer _
) |
JScript |
---|
public function AddToWireframe(
model : GeometryModel3D,
vertexIndex : int
) |
Parameters
- model
- Type: System.Windows.Media.Media3D..::..GeometryModel3D
Source geometry to get the vertex from.
- vertexIndex
- Type: System..::..Int32
Index of vertex.
See Also