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

In This Topic
    IsPoint Property (Segment3D)
    In This Topic
    If true, the segment is a degenerated one (a point).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPoint As Boolean
    public bool IsPoint {get;}
    See Also