Solid Edge Part Type Library
Add Method
Specifies the number of elements in CurvesArray.
Specifies the construction curve objects to be split.
Specifies the number of elements in SecondaryArray.
Specifies the objects with which to split the input construction curve objects. This array can contain construction curves, edges, faces, surfaces, planes, keypoints, profile elements, or sketch elements.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal NumberOfCurves As Long, _
   ByRef CurvesArray() As Object, _
   ByVal NumberOfSecondaries As Long, _
   ByRef SecondaryArray() As Object _
) As SplitCurve
Parameters
NumberOfCurves
Specifies the number of elements in CurvesArray.
CurvesArray
Specifies the construction curve objects to be split.
NumberOfSecondaries
Specifies the number of elements in SecondaryArray.
SecondaryArray
Specifies the objects with which to split the input construction curve objects. This array can contain construction curves, edges, faces, surfaces, planes, keypoints, profile elements, or sketch elements.
See Also

SplitCurves Collection  | SplitCurves Members