Solid Edge Part Type Library
AddByTearOff Method
Specifies the sketch elements to be torn off.
Specifies the plane on which the new sketch is created.
Specifies whether the new sketch is associative to the sketch or layout from which it was torn. When True, the sketch is associative; when False, it is not associative.
Specifies whether the new sketch is copied or moved. When True, the sketch is copied; when False, moved.
Description
This method creates a Sketch object by "tearing off" a profile from an existing Sketch.
Syntax
Visual Basic
Public Function AddByTearOff( _
   ByRef ProfileCurveBodyEdges() As Object, _
   ByVal TearOffSketchPlane As Object, _
   ByVal bAssociative As Boolean, _
   ByVal bCopy As Boolean _
) As Sketch
Parameters
ProfileCurveBodyEdges
Specifies the sketch elements to be torn off.
TearOffSketchPlane
Specifies the plane on which the new sketch is created.
bAssociative
Specifies whether the new sketch is associative to the sketch or layout from which it was torn. When True, the sketch is associative; when False, it is not associative.
bCopy
Specifies whether the new sketch is copied or moved. When True, the sketch is copied; when False, moved.
See Also

Sketchs Collection  | Sketchs Members