Brep(Face(), Face()()) Constructor

Proprietary file format constructor.
Protected Friend Sub New( _ 
ByVal faces As Face(), _ 
ByVal inners As Face()() _ 
)
This language is not supported or no code example is available.
internal protected Brep( 
Face[] faces
Face[][] inners 
)
This language is not supported or no code example is available.

Parameters

faces
Face[]

The faces stored in the file.

inners
Face[][]

The inners stored in the file.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition