Solid(Boolean, TextureMappingData, IList<Portion>) Constructor

Boundary representation constructor.
Public Sub New( _ 
ByVal closed As Boolean, _ 
ByVal textureMapping As TextureMappingData, _ 
ByVal portions As IList(Of Portion) _ 
)
This language is not supported or no code example is available.
public Solid( 
bool closed
TextureMappingData textureMapping
IList<Portion> portions 
)
This language is not supported or no code example is available.

Parameters

closed
bool

textureMapping
TextureMappingData

Texture mapping data

portions
IList<Portion>

Portions list

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition