Eyeshot 10 WinForms API Reference
GetFace(Int32,LinearPath,LinearPath[]) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid.Portion Class > GetFace Method : GetFace(Int32,LinearPath,LinearPath[]) Method
The number of the face
Outer contour
Inner countours
Gets the specified Solid face as a number of LinearPath loops.
Syntax
'Declaration
 
Public Overloads Sub GetFace( _
   ByVal faceNum As Integer, _
   ByRef outer As LinearPath, _
   ByRef inners As LinearPath() _
) 
public void GetFace( 
   int faceNum,
   out LinearPath outer,
   out LinearPath[] inners
)

Parameters

faceNum
The number of the face
outer
Outer contour
inners
Inner countours
See Also

Reference

Solid.Portion Class
Solid.Portion Members
Overload List