Creates a segment defined by the two specified points.

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

Syntax

C#
public Segment(
	Point3D pointA,
	Point3D pointB
)
Visual Basic
Public Sub New ( _
	pointA As Point3D, _
	pointB As Point3D _
)
JScript
public function Terrain3D..::..Segment(
	pointA : Point3D, 
	pointB : Point3D
)

Parameters

pointA
Type: System.Windows.Media.Media3D..::..Point3D
The starting point.
pointB
Type: System.Windows.Media.Media3D..::..Point3D
The ending point.

See Also