[]
Represents tubes that connects the data points.
public class TubesShape3D : Shape3D, IGeometry3D
| Name | Description |
|---|---|
| TubesShape3D() |
| Name | Description |
|---|---|
| _pts | Stores the points which describes the shape |
| _rad | Stores the radius of the shape. |
| Name | Description |
|---|---|
| Center | Gets the center of the plot element. |
| Smoothed | Gets or sets whether the points are connected with smoothed lines. |
| Name | Description |
|---|---|
| Render(RenderContext) | Renders the object based on the specified render context. |