Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > EditWindow Object : SetPasteWithPatternMirror Method

A long value of 0, 1, 2, or 3:

0 - Does not mirror the pattern.

1 - Flips the X axis.

2 - Flips the Y axis.

3 - Flips the Z axis.

SetPasteWithPatternMirror Method
Description

 

This defines the mirror pattern to use when pasting with the PasteFromClipboardWithPattern method. It can mirror the pattern around the X, Y, or Z axis.

Syntax
Visual Basic
Public Function SetPasteWithPatternMirror( _
   ByVal Type As Long _
) As Long
Parameters
Type

A long value of 0, 1, 2, or 3:

0 - Does not mirror the pattern.

1 - Flips the X axis.

2 - Flips the Y axis.

3 - Flips the Z axis.

Example
See Also