PlanarSurf(Plane, Int32) Constructor

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

Parameters

plane
Plane

The plane stored in the file.

index
int

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

.NET Framework

Supported in: 4.8

In this article

Definition