IMdCopyMirror::MirrorSurface

Use this property to get and set the entity relative to which the mirror copy happens (This can be a planar face or datum plane).

Compatibility

Cimatron 2024 or later

Syntax

interop.CimMdlrAPI.ICimEntity MirrorSurface {get; set:}

MirrorSurface:interop.CimMdlrAPI.ICimEntity

Return Type

Return: interop.CimMdlrAPI.ICimEntity

pVal―Mirror entity

   

Input Type

Return: interop.CimMdlrAPI.ICimEntity

newVal―Mirror entity

   

Remarks

This property may be deprecated in upcoming versions. Update your code to use IMdCopyMirror::MirrorSurface_v2 instead.

Example