Create a new
Pipe3D and add it to the content area
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Pipe3D AddPipe(
Point3DCollection points
) |
Visual Basic |
---|
Public Function AddPipe ( _
points As Point3DCollection _
) As Pipe3D |
JScript |
---|
public function AddPipe(
points : Point3DCollection
) : Pipe3D |
Parameters
- points
- Type: System.Windows.Media.Media3D..::..Point3DCollection
An ordered collection of points that define the pipe
Return Value
the
Pipe3D that was created
See Also