LinearPath.Inflate (Double, Vector3D, Double) Method

Inflates this linear path of the desired amount.
Public Function Inflate( _ 
ByVal amount As Double, _ 
ByVal planeNormal As Vector3D, _ 
ByVal tol As Double
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] Inflate( 
double amount
Vector3D planeNormal
double tol 
)
This language is not supported or no code example is available.

Parameters

amount
double

The inflate amount

planeNormal
Vector3D

Normal of the plane where inflate occurs (normalized), it is useful for lines.

tol
double

The tessellation tolerance

Return Value

ICurve[]

The resulting array of closed contours. Use planeNormal only for lines.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition