Module sverchok.utils.curve

Expand source code
# This file is part of project Sverchok. It's copyrighted by the contributors
# recorded in the version control history of the file, available from
# its original location https://github.com/nortikin/sverchok/commit/master
#
# SPDX-License-Identifier: GPL3
# License-Filename: LICENSE

from sverchok.utils.curve.core import *
from sverchok.utils.curve.primitives import *
from sverchok.utils.curve.splines import *
from sverchok.utils.curve.algorithms import *
from sverchok.utils.curve.bezier import *

Sub-modules

sverchok.utils.curve.algorithms
sverchok.utils.curve.bakery
sverchok.utils.curve.bezier
sverchok.utils.curve.biarc
sverchok.utils.curve.catmull_rom
sverchok.utils.curve.core

General definition of Sverchok curve classes and basic utilities.

sverchok.utils.curve.extend
sverchok.utils.curve.fillet
sverchok.utils.curve.fourier
sverchok.utils.curve.freecad
sverchok.utils.curve.knotvector

Module: knotvector

:platform: Unix, Windows :synopsis: Provides utility functions related to knot vector generation and validation …

sverchok.utils.curve.nurbs

Definition of Sverchok NURBS curve abstract class and some implementations.

sverchok.utils.curve.nurbs_algorithms
sverchok.utils.curve.nurbs_solver

NURBS Curve Solver: general algorithm to find a curve which meets certain requirements …

sverchok.utils.curve.nurbs_solver_applications

This module contains several algorithms which are based on the NURBS curve solver (sverchok.utils.curve.nurbs_solver module).

sverchok.utils.curve.primitives

Module containing primitive curve types: straight lines, circles, ellipses.

sverchok.utils.curve.rbf
sverchok.utils.curve.splines
sverchok.utils.curve.splprep

An interface to sverchok.utils.curve.splprep method from scipy.