Solid Edge FrameworkSupport Type Library
SplitAtPoints Method
Specifies the x-coordinate of the first split point.
Specifies the y-coordinate of the first split point.
Specifies the x-coordinate of the second split point.
Specifies the y-coordinate of the second split point.
Specifies the first element resulting from the split operation.
Specifies the second element resulting from the split operation.
Description
This method splits the referenced closed-curve object at the split points specified. For open BSplineCurve2d objects, you must use the SplitAtPoint method.
Syntax
Visual Basic
Public Sub SplitAtPoints( _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   Optional ByRef SplitElement1 As Variant, _
   Optional ByRef SplitElement2 As Variant _
) 
Parameters
x1
Specifies the x-coordinate of the first split point.
y1
Specifies the y-coordinate of the first split point.
x2
Specifies the x-coordinate of the second split point.
y2
Specifies the y-coordinate of the second split point.
SplitElement1
Specifies the first element resulting from the split operation.
SplitElement2
Specifies the second element resulting from the split operation.
See Also

Circle2d Object  | Circle2d Members