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

Arc2d Object  | Arc2d Members