Joint(Double, Double, Double, Double, UInt32) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the subdivisionLevel parameter as byte instead.

Draws a point like a sphere.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal radius As Double, _ 
ByVal subdivisionLevel As UInt32
)
This language is not supported or no code example is available.
public Joint( 
double x
double y
double z
double radius
UInt32 subdivisionLevel 
)
This language is not supported or no code example is available.

Parameters

x
double

Center's X-coordinate

y
double

Center's y-coordinate

z
double

Center's Z-coordinate

radius
double

Sphere's radius

subdivisionLevel
UInt32

The sphere is subdivided recursively, this parameter represents the number of iterations.

.NET Framework

Supported in: 4.8

In this article

Definition