IMdChamfer::FlipSide

This property gets and sets the option to flip the chamfer side.

Compatibility

Cimatron 2024 or later

Syntax

int FlipSide {get; set;};

FlipSide: int 

Return Type

Return: int

pVal—Flip Option TRUE or FALSE

   

Input Type

Input: int

newVal—Set the trimming side

  • TRUE(=1) default
  • FALSE(=0) Change the trimming side
   

Remarks

This option is available only if the IsSymmetric = False and the Angle <> 45deg. 

Example