CylindricalSurf(Plane, Double, Int32) Constructor

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

Parameters

plane
Plane

The plane stored in the file.

radius
double

The cylider 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