Joint(Point3D, Double, Byte) Constructor

Draws a point like a sphere.
Public Sub New( _ 
ByVal center As Point3D, _ 
ByVal radius As Double, _ 
ByVal subdivisionLevel As Byte
)
This language is not supported or no code example is available.
public Joint( 
Point3D center
double radius
byte subdivisionLevel 
)
This language is not supported or no code example is available.

Parameters

center
Point3D

Center point

radius
double

Sphere's radius

subdivisionLevel
byte

The sphere is subdivided recursively, this is the number of loops

.NET Framework

Supported in: 4.8

In this article

Definition