Mirrors the supplied measurement routine. The szPartProgramPathName, szTargetProgramPathName and szReferencePathName should be full path name. If szTargetProgramPathName is empty the default name is used. if DoNotMirrorCAD is true the CAD is not mirrored
Visual Basic |
---|
Public Function PartProgramMirror2( _ ByVal szPartProgramPathName As String, _ ByVal szTargetProgramPathName As String, _ ByVal szReferencePathName As String, _ ByVal PartMirrorAxix As PAXISTYPE, _ ByVal ReporingMirrorOption As RPT_MIRROR_OPT, _ ByVal MachineMirrorAxis As PAXISTYPE, _ ByVal DoNotMirrorCAD As Boolean _ ) As Boolean |
- szPartProgramPathName
- szTargetProgramPathName
- szReferencePathName
- PartMirrorAxix
Value Description PCD_XAXIS Mirrors the virtual machine's X axis. PCD_YAXIS Mirrors the virtual machine's Y axis. PCD_ZAXIS Mirrors the virtual machine's Z axis. - ReporingMirrorOption
Value Description RPT_MIRROR_HORIZONTAL Mirrors CAD images horizontally. RPT_MIRROR_NONE Does not mirror CAD images at all. RPT_MIRROR_VERTICAL Mirrors CAD images vertically. - MachineMirrorAxis
Value Description PCD_XAXIS Mirrors the virtual machine's X axis. PCD_YAXIS Mirrors the virtual machine's Y axis. PCD_ZAXIS Mirrors the virtual machine's Z axis. - DoNotMirrorCAD