Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment3D Class / MidPoint Property

In This Topic
    MidPoint Property (Segment3D)
    In This Topic
    Gets the 3D segment middle point.
    Syntax
    'Declaration
     
    Public ReadOnly Property MidPoint As Point3D
    public Point3D MidPoint {get;}
    See Also