Solid Edge Part Type Library
Add Method
Specifies the number of surfaces in TargetsArray.
Specifies the surfaces that are split.
Specifies the number of splitting elements in ToolsArray.
Specifies the elements that split the surfaces.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal NumberOfTargets As Long, _
   ByRef TargetsArray() As Object, _
   ByVal NumberOfTools As Long, _
   ByRef ToolsArray() As Object _
) As SplitFace
Parameters
NumberOfTargets
Specifies the number of surfaces in TargetsArray.
TargetsArray
Specifies the surfaces that are split.
NumberOfTools
Specifies the number of splitting elements in ToolsArray.
ToolsArray
Specifies the elements that split the surfaces.
See Also

SplitFaces Collection  | SplitFaces Members