Solid Edge Part Type Library
InsertPoint Method
Description
Inserts a keypoint in the referenced curve before a specified point.
Syntax
Visual Basic
Public Sub InsertPoint( _
   ByVal FaceOnWhichPointLiesOn As Object, _
   ByRef Point() As Double, _
   ByVal ContourIndexToInsertBefore As Long _
) 
Parameters
FaceOnWhichPointLiesOn
Point
ContourIndexToInsertBefore
See Also

ContourCurve Object  | ContourCurve Members

Send comments on this topic.