Solid Edge Part Type Library
AddPartingSplit Method
Specifies a reference plane whose normal defines the view direction for the feature.
Specifies the number of entities in the PartingFaces array.
Specifies the dispatch pointers to the faces or body used to create the feature.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function AddPartingSplit( _
   ByVal PartingPlane As Object, _
   ByVal NumberofEntities As Long, _
   ByRef PartingFaces() As Object _
) As PartingSplit
Parameters
PartingPlane
Specifies a reference plane whose normal defines the view direction for the feature.
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

PartingSplits Collection  | PartingSplits Members