Joint(Plane, Point2D, 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 pln As Plane, _ 
ByVal center As Point2D, _ 
ByVal radius As Double, _ 
ByVal subdivisionLevel As UInt32
)
This language is not supported or no code example is available.
public Joint( 
Plane pln
Point2D center
double radius
UInt32 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
UInt32

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition