Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment3D Class / ExtendTo Method
The extension point

In This Topic
    ExtendTo Method
    In This Topic
    Extends (if necessary) the segment to the provided 3D point.
    Syntax
    'Declaration
     
    Public Sub ExtendTo( _
       ByVal extPt As Point3D _
    ) 
    public void ExtendTo( 
       Point3D extPt
    )

    Parameters

    extPt
    The extension point
    See Also