/
Edwar
/
cam-api-examples
Обзор
Документация
Войти
/
Edwar
/
cam-api-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PLMIntegration/PLMExtensionNet/project/main/src/Parameters/ProjectPreview/PLMProjectPreview.cs
19 строк
475 B
rasilyabag
Расширение функционала PLM расширение, работа с директориями
05 май 2025, 20:30
05 май 2025, 20:30
294572d
Код
Авторство
О чём код?
using CAMAPI.Extension.PLM; namespace PLMIntegrarionExamples.Parameters; /// <summary> /// Represents a project preview within the PLM extension. /// </summary> public class PLMProjectPreview : IPLMProjectPreview { /// <summary> /// Gets or sets the width of the project preview. /// </summary> public int Width { get; set; } /// <summary> /// Gets or sets the height of the project preview. /// </summary> public int Height { get; set; } }