Solid Edge Draft Type Library
Mirror Method
Specifies the x coordinate of the first point on the mirror axis.
Specifies the y coordinate of the first point on the mirror axis.
Specifies the x coordinate of the second point on the mirror axis.
Specifies the y coordinate of the second point on the mirror axis.
Specifies whether or not the copied object will be active.
Description
Copies the referenced object about an axis.
Syntax
Visual Basic
Public Function Mirror( _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   Optional ByVal BooleanCopyFlag As Variant _
) As Object
Parameters
x1
Specifies the x coordinate of the first point on the mirror axis.
y1
Specifies the y coordinate of the first point on the mirror axis.
x2
Specifies the x coordinate of the second point on the mirror axis.
y2
Specifies the y coordinate of the second point on the mirror axis.
BooleanCopyFlag
Specifies whether or not the copied object will be active.
See Also

BlockLabel Object  | BlockLabel Members  | Solid Edge V19 - What's New