Solid Edge Part Type Library
AddByMirror Method
Specifies the sketch to mirror.
Specifies the plane about which to mirror.
Description
This method adds a sketch by mirroring an existing sketch.
Syntax
Visual Basic
Public Function AddByMirror( _
   ByVal SketchToMirror As Sketch, _
   ByVal MirrorPlane As Object _
) As Sketch
Parameters
SketchToMirror
Specifies the sketch to mirror.
MirrorPlane
Specifies the plane about which to mirror.
See Also

Sketchs Collection  | Sketchs Members