Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector3D Class / IsUnit Property

In This Topic
    IsUnit Property (Vector3D)
    In This Topic
    True if the vector has length equal to one.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsUnit As Boolean
    public bool IsUnit {get;}
    See Also