Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface.PolygonPoint Class / Surface.PolygonPoint Constructor / Surface.PolygonPoint Constructor(Double,Double,Int32)
Point's X coordinate
Point's Y coordinate
Trim curve index

In This Topic
    Surface.PolygonPoint Constructor(Double,Double,Int32)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       Optional ByVal trimCurveIndex As Integer _
    )
    public Surface.PolygonPoint( 
       double x,
       double y,
       int trimCurveIndex
    )

    Parameters

    x
    Point's X coordinate
    y
    Point's Y coordinate
    trimCurveIndex
    Trim curve index
    See Also