Solid Edge FrameworkSupport Type Library
InsertNodeAtPoint Method
Input point.
Input point.
Specifies the node index of the newly inserted node.
Description
This method places a node at a specified point on a BSplineCurve2d object. The point must lie on the curve.
Syntax
Visual Basic
Public Sub InsertNodeAtPoint( _
   ByVal x As Double, _
   ByVal y As Double, _
   Optional ByRef InsertedNodeIndex As Variant _
) 
Parameters
x
Input point.
y
Input point.
InsertedNodeIndex
Specifies the node index of the newly inserted node.
See Also

BSplineCurve2d Object  | BSplineCurve2d Members

Send comments on this topic.