You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DXFInsert - RotationAngle never changes...
In DXFInsert.cs the following code is missing to get it fixed:
case 50:
RotationAngle = double.Parse(value);
break;
The text was updated successfully, but these errors were encountered:
DXFInsert - RotationAngle never changes...
In DXFInsert.cs the following code is missing to get it fixed:
case 50:
RotationAngle = double.Parse(value);
break;
The text was updated successfully, but these errors were encountered: