Simulation.MakeLoopByLength Method

NOTE: This member is now obsolete. Use Region.Triangulate() method instead.

Returns a closed loop of points at the specified distance.
Public Shared Function MakeLoopByLength( _ 
ByVal entityList As IList(Of ICurve), _ 
ByVal startIndex As Integer, _ 
ByVal length As Double
) As Point3D()
This language is not supported or no code example is available.
public static Point3D[] MakeLoopByLength( 
IList<ICurve> entityList
int startIndex
double length 
)
This language is not supported or no code example is available.

Parameters

entityList
IList<ICurve>

A list of entities

startIndex
int

The entity to start with

length
double

The desired distance between points

Return Value

Point3D[]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition