Region.ExtrudeAsMesh<T> (Vector3D, Double, natureType) Method

Extrudes a region creating a new Mesh.
Public Function ExtrudeAsMesh(Of  _ 
T As {Mesh, New})( _ 
ByVal amount As Vector3D, _ 
ByVal tolerance As Double, _ 
ByVal meshNature As natureType
) As T
This language is not supported or no code example is available.
public T ExtrudeAsMesh<T>( 
Vector3D amount
double tolerance
natureType meshNature 

where T : Mesh, new()
This language is not supported or no code example is available.

Type Parameters

T

Parameters

amount
Vector3D

Extrusion amount

tolerance
double

The regeneration tolerance

meshNature
natureType

Entity region needs to be converted to Mesh, this is the natureType of the new Mesh object

Return Value

T

The resulting Mesh object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition