IMdCopyMirror::MirrorEntities

Use this property to get and set the entities used for the mirror copy.

Compatibility

Cimatron 2027 or later

Syntax

interop.CimMdlrAPI.ICimEntityList MirrorEntities {get; set;}

MirrorEntities: interop.CimMdlrAPI.ICimEntityList

Return Type

Return: interop.CimMdlrAPI.ICimEntityList

pVal—Mirror entities

   

Input Type

Input: interop.CimMdlrAPI.ICimEntityList

newVal—Mirror entities

   

Remarks

Use this API to get all entities except points.
Use the MirrorPoints API to get points.
When you want to use an edge with a point as a mirror, use the MirrorPoints API to set the points.

Example