Skip to content

MrDixioner/MyCAD

Repository files navigation

MyCAD

ENG:

A simple CAD editor project based on a series of videos by Mojtaba Javadi (https://www.youtube.com/@MjSharp).

The code will be gradually updated as the video course progresses.

Important note!!!

  1. The code is created in Visual Studio 2022.
  2. You need to select the WindowsForm template and specify .NET Framework 4.8.
  3. For the project to build and work without errors, you need to install the RibbonWinForms version 5.0.1.1 package, and also include System.Numerics in the project dependencies.

Some comments:

  1. The code is written entirely by hand and repeats everything in the video. However, the program does not work correctly in some cases. For example:
  • the linear array has its horizontal and vertical lines mixed up.
  • modifications with text work correctly, but the guide is not displayed correctly.
  • intersection points between the circle and the ellipse are not displayed (the author never answered the question under the video).
  1. All icons in the program are taken from the MoI 3D program and will be replaced with others later. I do not encourage you to repeat the same thing, since it is possible that the author of the program has prohibited this (author, forgive me...).

RUS:

Проект простого редактора САПР, основанный на серии видеороликов Mojtaba Javadi (https://www.youtube.com/@MjSharp).

Код будет постепенно обновляться по мере прохождения видеокурса.

Важные замечания!!!

  1. Код создаётся в программе Visual Studio 2022.
  2. При выборе нового проекта вам нужно выбрать шаблон WindowsForm и указать .NET Framework 4.8.
  3. Чтобы проект собрался и работал без ошибок, вам нужно установить пакет RibbonWinForms версии 5.0.1.1, а так же в зависимостях проекта включить System.Numerics.

Некоторые комментарии:

  1. Код написан полностью вручную и повторяет всё, что показано в видео. Однако в некоторых случаях программа работает некорректно. Например:
  • у линейного массива перепутаны горизонталь с вертикалью.
  • модификации с текстом работают правильно, но направляющая отображается некорректно.
  • точки пересечения окружности и эллипса не отображаются (автор так и не ответил на вопрос под видео).
  1. Все иконки в программе взяты из программы MoI 3D и будут заменены на другие позже. Я не призываю вас повторять это, так как возможно, что автор программы запретил это делать (автор, прости меня...).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages