Solid Edge Part Type Library
GetPartingFaces Method
Specifies the number of entities in the PartingFaces array.
Specifies the dispatch pointers to the faces or body used to create the feature.
Description
Returns the parting faces.
Syntax
Visual Basic
Public Sub GetPartingFaces( _
   ByRef NumberofEntities As Long, _
   ByRef PartingFaces() As Object _
) 
Parameters
NumberofEntities
Specifies the number of entities in the PartingFaces array.
PartingFaces
Specifies the dispatch pointers to the faces or body used to create the feature.
See Also

PartingSplit Object  | PartingSplit Members