Solid Edge Part Type Library
Edit 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 curves. This array can contain construction curves, edges, faces, surfaces, planes, keypoints, profile elements, or sketch elements.
Description
Edits the inputs of the referenced SplitCurve object.
Syntax
Visual Basic
Public Sub Edit( _
   ByVal NumberOfCurves As Long, _
   ByRef CurvesArray() As Object, _
   ByVal NumberOfSecondaries As Long, _
   ByRef SecondaryArray() As Object _
) 
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 curves. This array can contain construction curves, edges, faces, surfaces, planes, keypoints, profile elements, or sketch elements.
See Also

SplitCurve Object  | SplitCurve Members