Eyeshot 10 WinForms API Reference
Preview Method (Leader)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Leader Class : Preview Method
The plane.
The point array
Gets the segments for the drawing preview
Syntax
'Declaration
 
Public Shared Function Preview( _
   ByVal pln As Plane, _
   ByVal points() As Point3D _
) As Segment3D()
public static Segment3D[] Preview( 
   Plane pln,
   Point3D[] points
)

Parameters

pln
The plane.
points
The point array

Return Value

The array of segments for preview.
See Also

Reference

Leader Class
Leader Members