Constructs a Pipe3D defined by the specified points.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Pipe3D( Point3DCollection points ) |
Visual Basic |
---|
Public Sub New ( _ points As Point3DCollection _ ) |
JScript |
---|
public function Pipe3D( points : Point3DCollection ) |
Parameters
- points
- Type: System.Windows.Media.Media3D..::..Point3DCollection
The Point3DCollection used to generate the line.