Solid Edge Part Type Library
GetFaces Method
Specifies the number of parent faces.
Specifies the parent faces used to produce the CopySurface object.
Description
Returns parent faces of copy surface object.
Syntax
Visual Basic
Public Sub GetFaces( _
   ByRef NumberOfFaces As Long, _
   ByRef Faces() As Object _
) 
Parameters
NumberOfFaces
Specifies the number of parent faces.
Faces
Specifies the parent faces used to produce the CopySurface object.
Remarks
This method returns the faces that are bounded by the referenced Edge object (at most two in the two-manifold situation).
See Also

CopySurface Object  | CopySurface Members