Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / OffsetPoint Method

In This Topic
    OffsetPoint Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub OffsetPoint( _
       ByVal p1 As Point3D, _
       ByVal p2 As Point3D, _
       ByVal length As Double, _
       ByRef offsetPoint As Point3D _
    ) 
    public static void OffsetPoint( 
       Point3D p1,
       Point3D p2,
       double length,
       out Point3D offsetPoint
    )

    Parameters

    p1
    p2
    length
    offsetPoint
    See Also