IMdCopyMirror::DependedFaceMode

Use this property to get and set the entities you want to copy related to the picked entity.

Compatibility

Cimatron 2024 or later

Syntax

int DependedFaceMode {get; set:}

DependedFaceMode:int

Return Type

Return: int

pVal - Status of depended face mode

  • TRUE(=1 - default)—Copy all faces belonging to the same feature
  • FALSE (=0)—insert individual faces
   

Input Type

Input: int

newVal - Status of depended face mode

  • TRUE(=1 - default)—Copy all faces belonging to the same feature
  • FALSE (=0)—insert individual faces
   

Remarks

Example