Joint(Plane, Point2D, Double, Byte) Constructor

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

Parameters

pln
Plane

Skecth plane.

center
Point2D

2D center point

radius
double

Sphere's radius

subdivisionLevel
byte

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

.NET Framework

Supported in: 4.8

In this article

Definition