Solid Edge Part Type Library
InsertSketch Method
The argument  UsePiercePoints specifies if user wants to add pierce points (True) or Blue dots (False).
Description
Method to insert a sketch on a particular plane.
Syntax
Visual Basic
Public Sub InsertSketch( _
   ByVal InsertSketchPlane As RefPlane, _
   ByVal UsePiercePoints As Boolean _
) 
Parameters
InsertSketchPlane
UsePiercePoints
The argument  UsePiercePoints specifies if user wants to add pierce points (True) or Blue dots (False).
Remarks
The sketch is intersection of new redefine faces with the input plane.
See Also

RedefineFace Object  | RedefineFace Members