Mesh.ExtrudePlanar (Double, Double, Double) Method

Extrudes a quasi-planar mesh.
Public Sub ExtrudePlanar( _ 
ByVal dx As Double, _ 
ByVal dy As Double, _ 
ByVal dz As Double
)
This language is not supported or no code example is available.
public void ExtrudePlanar( 
double dx
double dy
double dz 
)
This language is not supported or no code example is available.

Parameters

dx
double

Extrusion amount along the X axis

dy
double

Extrusion amount along the Y axis

dz
double

Extrusion amount along the Z axis

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition