• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Задачи
  • #3386
Закр.
Открыто
Задача созд. Июл 05, 2020 пользователемnikitronn@nikitronnВладелец

General Surface API mapping

Created by: portnov

In this issue I will try to outline a general API for all types of surface we are going to support.

Legend:

  • 🆕 there is no such method in the base class yet, it has to be introduced to support features provided by one (or several) of backends.
  • 🚧 this method can and must be implemented in the base class by means by other (more basic) methods - there is a not-so-hard to implement numeric algorihtm
  • ❌ this method can not be implemented if the backend library does not support it (or it is too hard to implement it)
  • ❓ probably possible to implement without backend support, requires further investigatio

General surfaces:

SvSurface method Geomdl FreeCAD rhino3dm
evaluate(u,v) evaluate_single() value() PointAt()
evaluate_array() 🚧 🚧 🚧
normal(u,v) normal() normal() NormalAt()
normal_array() 🚧 🚧 🚧
🆕 derivatives_data(u,v) derivatives() 🚧 🚧
derivatives_data_array() 🚧 🚧 🚧
🆕 gauss_curvature() 🚧 curvature(u,v, Gauss) 🚧
gauss_curvature_array() 🚧 🚧 🚧
🆕 mean_curvature() 🚧 curvature(u,v, Mean) 🚧
mean_curvature_array() 🚧 🚧 🚧
🆕 principal_curvature_values() 🚧 curvature(u,v, Min), curvature(u,v, Max) 🚧
principal_curvature_values_array() 🚧 🚧 🚧
🆕 principal_curvatures() 🚧 curvature() + curvatureDirections() 🚧
principal_curvatures_array() 🚧 🚧 🚧
🆕 ortho_project() (implemented in sverchok_extra.utils.geom) 🚧 parameter() 🚧
🆕 to_bspline() 🚧 (trivial) toBSpline() 🚧 (trivial)
🆕 intersect_surface() ❌ intersectSS() ❌
Ответственный
Назначить
Оценка трудозатрат