Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / AddControlPoint Method
The 3D point to be projected on the control polygon

In This Topic
    AddControlPoint Method
    In This Topic
    Inserts a control point on the control polygon. The control point will be added at the projection of the given 3D point on the polygon. The insertion does not affect the shape of the curve.
    Syntax
    'Declaration
     
    Public Function AddControlPoint( _
       ByVal ctrlPoint As Point3D _
    ) As Boolean
    public bool AddControlPoint( 
       Point3D ctrlPoint
    )

    Parameters

    ctrlPoint
    The 3D point to be projected on the control polygon

    Return Value

    True if the operation is successful, false otherwise.
    See Also