Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid.Portion Class / GetFacePlane Method
The number of the face

In This Topic
    GetFacePlane Method
    In This Topic
    Gets the plane equation of the face.
    Syntax
    'Declaration
     
    Public Function GetFacePlane( _
       ByVal faceNum As Integer _
    ) As PlaneEquation
    public PlaneEquation GetFacePlane( 
       int faceNum
    )

    Parameters

    faceNum
    The number of the face

    Return Value

    The plane quation of the face.
    See Also