IMdCopyMirror::MergeMode

Use this property to get and set whether the copy will be created as one object or as individual objects.

Compatibility

Cimatron 2024 or later

Syntax

int MergeMode {get; set:}

MergeMode:int

Return Type

Return: int

pVal—Current Status

  • TRUE (=1)―copied entities are part of the object
  • FALSE (=0 - default)―Each copied item will be an individual object
   

Input Type

Input: int

newVal

  • TRUE (=1)―copied entities are part of the object
  • FALSE (=0 - default)―Each copied item will be an individual object
   

Remarks

This option will not work if IMdCopyMirror::DependedFaceMode is set to TRUE. 

Example