Skip to content

NURBS-Python v3.6.7

Compare
Choose a tag to compare
@orbingol orbingol released this 07 Apr 03:02
· 1795 commits to 5.x since this release
  • 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.