-
Hi Benoit, thank you for your great library. I'm wondering if you can explain the purpose of SplineNode.direction in detail. What I'd like to achieve is to avoid "sharp" edges as you can see from the …
-
Of the two recommended colors for state machine graphics, I can only find {95, 95, 95} in the figure, used for the state border _and_ transition lines. It's not entirely clear, but the transition tex…
-
Is this method yet to be implemented?
-
A color-path can be thought-of as a special case of a sequential palette:
- specified with control points using HCL coordinates.
- start and end points have zero chroma.
- HCL coordinated inte…
-
https://github.com/gramaziokohler/compas_nurbs/blob/ef3614ae7f6b4361d0d6ff0578d52840600ad10d/src/compas_nurbs/bspline.py#L18
It is my understanding that B-spline refers to basis spline, that is, gi…
-
Non-trivial Spline Operations are quite complicated to implement correctly.
Hence using a third party library seems reasonable.
The requirements are:
- GPL-compatibly license
- C++-interface (C-…
pasbi updated
4 years ago
-
## Problem statement
`Profile parametric` node can't create profile from selected curve.
## Steps to reproduce
1. Convert plane to curve in a scene
2. Press `from selection` button on a `pro…
-
For possibly expanding usefulness into CAD (Computer aided design) and CAM (computer aided manufacturing) and CNC (computer numerical control)
Many hobby CNC's use DXF files directly for engraving an…
dalep updated
4 years ago
-
Doesn't that surface on the right look great? Yes it does.
-
### Description of the task
Spline(std::vector points, unsigned int order) constructor will take the points and interpolate with `order` degree polynomials with C(`order` - 1) continuity
### Acc…