Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / NormalAt Method

In This Topic
    NormalAt Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function NormalAt( _
       ByVal t As Double _
    ) As Vector3D
    public Vector3D NormalAt( 
       double t
    )

    Parameters

    t
    See Also