ToroidalSurf(Plane, Double, Double, Int32) Constructor

Proprietary file format constructor.
Protected Friend Sub New( _ 
ByVal plane As Plane, _ 
ByVal majorRadius As Double, _ 
ByVal minorRadius As Double, _ 
Optional ByVal index As Integer = 0 _ 
)
This language is not supported or no code example is available.
internal protected ToroidalSurf( 
Plane plane
double majorRadius
double minorRadius
int index = 0 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane stored in the file.

majorRadius
double

The torus major radius

minorRadius
double

The torus minor radius

index
int

The surface index, when available from import of standard CAD file formats.

.NET Framework

Supported in: 4.8

In this article

Definition