NURBS-Python v3.6.7
- Added
sample_size
property.
sample_size
works very similar to numpy.linspace
. In numpy.linspace
, you define start and end positions with the number or samples to generate between them. This property automatically sets the delta
property, so after setting sample_size
, there is no need to play with delta
.