IMdCopyMirror::MirrorPoints

Use this property to get and set the points to use when doing the mirror copy.

Compatibility

Cimatron 2027 or later

Syntax

interop.CimMdlrAPI.IPointData MirrorPoints {get; set;}

MirrorPoints: interop.CimMdlrAPI.IPointData

Return Type

Return: interop.CimMdlrAPI.IPointData

pVal—A variant containing interop.CimMdlrAPI.IPointData points

   

Input Type

Input: double[]

newVal—A variant containing a one dimensional double type array of point

   

Remarks

When using an edge with a point as a mirror, use the MirrorEntities API to set the edge.

Example