Open svenhb opened 4 years ago
DXFInsert - RotationAngle never changes... In DXFInsert.cs the following code is missing to get it fixed: case 50: RotationAngle = double.Parse(value); break;
DXFInsert - RotationAngle never changes... In DXFInsert.cs the following code is missing to get it fixed: case 50: RotationAngle = double.Parse(value); break;