Mesh.Regen Method

This method is used for several purposes. For example in arcs and circles is used to generate the curve's linear approximation, in meshes to compute normals and edges and in Nurbs surfaces to generate the triangulation.
Public Overrides Sub Regen( _ 
ByVal data As RegenParams
)
This language is not supported or no code example is available.
public override void Regen( 
RegenParams data 
)
This language is not supported or no code example is available.

Parameters

data
RegenParams

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition