GBrep.TessellateForMeshing Method

Public Function TessellateForMeshing( _ 
ByVal sizeOnVertices As Double(), _ 
ByVal wu As WorkUnit, _ 
ByVal worker As BackgroundWorker, _ 
ByVal doWorkEventArgs As DoWorkEventArgs, _ 
ByVal progressBarText As String, _ 
ByVal log As StringBuilder, _ 
ByRef tessData As TessellationData
) As Boolean
This language is not supported or no code example is available.
public bool TessellateForMeshing( 
double[] sizeOnVertices
WorkUnit wu
BackgroundWorker worker
DoWorkEventArgs doWorkEventArgs
string progressBarText
StringBuilder log
out TessellationData tessData 
)
This language is not supported or no code example is available.

Parameters

sizeOnVertices
double[]

wu
WorkUnit

worker
BackgroundWorker

doWorkEventArgs
DoWorkEventArgs

progressBarText
string

log
StringBuilder

tessData
TessellationData

Return Value

bool

.NET Framework

Supported in: 4.7.2

In this article

Definition