Eyeshot 10 WinForms API Reference
GetPointsByLength Method (Circle)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Circle Class : GetPointsByLength Method
The distance
Subdivides the curve by the distance provided.
Syntax
'Declaration
 
Public Function GetPointsByLength( _
   ByVal length As Double _
) As Point3D()
public Point3D[] GetPointsByLength( 
   double length
)

Parameters

length
The distance

Return Value

An array of 3D points.
See Also

Reference

Circle Class
Circle Members