LinearPath.Inflate (Double, Double, Double, Double, Boolean) Method

Inflates a LinearPath in 3D given an elliptical section.
Public Function Inflate( _ 
ByVal rX As Double, _ 
ByVal rY As Double, _ 
ByVal angleLimit As Double, _ 
ByVal smoothingAngle As Double, _ 
Optional ByVal fillCaps As Boolean = true _ 
) As Mesh
This language is not supported or no code example is available.
public Mesh Inflate( 
double rX
double rY
double angleLimit
double smoothingAngle
bool fillCaps = true 
)
This language is not supported or no code example is available.

Parameters

rX
double

X radius of the elliptical section

rY
double

Y radius of the elliptical section

angleLimit
double

Limit that controls the stretching of the section while it follows curves along the path. Under this tolerance no stretch is applied.

smoothingAngle
double

Smoothing angles using in the process of mesh creation

fillCaps
bool

True if ends of opened linear paths must be filled with triangles fan

Return Value

Mesh

A mesh representing the inflation of the LinearPath

.NET Framework

Supported in: 4.8

In this article

Definition