Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / GetNormal Method

In This Topic
    GetNormal Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetNormal( _
       ByVal ent As Entity, _
       ByVal triangle As Integer, _
       ByVal faceIndex As Integer, _
       ByVal shellIndex As Integer _
    ) As Vector3D
    protected Vector3D GetNormal( 
       Entity ent,
       int triangle,
       int faceIndex,
       int shellIndex
    )

    Parameters

    ent
    triangle
    faceIndex
    shellIndex
    See Also