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

Nurbs loft node

  • Ревью изменений

  • Скачать
  • Почтовые патчи
  • Простое отличие
Слиты nikitronn запросил слияние nurbs_loft_node в master Авг 22, 2020
  • Обзор 1
  • Коммиты 7
  • Конвейеры 0
  • Изменения 8

Created by: portnov

This node generates a NURBS Surface object from several NURBS or NURBS-like Curves by applying so-called "skinning", or "lofting", operation. In a way, "lofting" is interpolation of several curves to make a surface. So, this node is somewhat similar to "Surface from Curves" node. Differences are:

  • "NURBS Loft" can work only with NURBS and NURBS-like curves, while "Surface from Curves" works with arbitrary (e.g. formula-specified) curves.
  • "NURBS Loft" node always generates a NURBS Surface; for such surface, some specific API methods can be applied; such surface can be saved in some file format, which understands only NURBS (at the moment, see "NURBS to JSON" node; later, nodes to save NURBS in some industry-used formats can appear).
  • "NURBS Loft" usually works a lot faster comparing to "Surface from Curves".

At the moment, this node can effectively work with the following types of curves:

  • NURBS curves
  • Bezier curves
  • Cubic splines
  • Polylines
  • Circular arcs
  • Line segments

Some nodes, that output complex curves composed from simple curves (for example, "Rounded rectangle"), have NURBS output parameter; when it is checked, such nodes output NURBS curves, so "NURBS Loft" can work with them.

Screenshot_20200823_012704

Preflight checklist

Put an x letter in each brackets when you're done this item:

  • Code changes complete.
  • Code documentation complete.
  • Documentation for users complete (or not required, if user never sees these changes).
  • Manual testing done.
  • Unit-tests implemented.
  • Ready for merge.
Ответственный
Назначить
Проверяющие
Запросить ревью
Оценка трудозатрат
Исходная ветка: nurbs_loft_node