Adds the provided points into the line point lists, converting them into lines.
Each two consecutive points form a single line.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void MakeGuidelines(
Point3D[] points
) |
Visual Basic |
---|
Public Sub MakeGuidelines ( _
points As Point3D() _
) |
JScript |
---|
public function MakeGuidelines(
points : Point3D[]
) |
Parameters
- points
- Type: array<System.Windows.Media.Media3D..::..Point3D>[]()[][]
See Also