IGCurve.ComputeTessellation (IRegenParams, out Point3D()) Method

Computes the igCurve tessellation.
Sub ComputeTessellation( _ 
ByVal data As IRegenParams, _ 
ByRef vertices As Point3D() _ 
)
This language is not supported or no code example is available.
void ComputeTessellation( 
IRegenParams data
out Point3D[] vertices 
)
This language is not supported or no code example is available.

Parameters

data
IRegenParams

The data for tessellation

vertices
Point3D[]

The resulting tessellated vertices

.NET Framework

Supported in: 4.7.2

In this article

Definition