Bar(Point3D, Point3D, Double, Int32) Constructor

Draws a line as a Cylinder.
Public Sub New( _ 
ByVal start As Point3D, _ 
ByVal end As Point3D, _ 
ByVal radius As Double, _ 
ByVal slices As Integer
)
This language is not supported or no code example is available.
public Bar( 
Point3D start
Point3D end
double radius
int slices 
)
This language is not supported or no code example is available.

Parameters

start
Point3D

StartPoint point

end
Point3D

End point

radius
double

Bar's radius

slices
int

Number of faces of the cylinder approximation

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition