Solid Edge Part Type Library
SetFaces Method
Specifies the number of parent faces.
Specifies the Face objects to be used to produce the CopySurface object.
Description
Sets parent faces of copy surface object.
Syntax
Visual Basic
Public Sub SetFaces( _
   ByVal NumberOfFaces As Long, _
   ByRef Faces() As Object _
) 
Parameters
NumberOfFaces
Specifies the number of parent faces.
Faces
Specifies the Face objects to be used to produce the CopySurface object.
See Also

CopySurface Object  | CopySurface Members

Send comments on this topic.