Convex growth - rule adjustments

The previous growth algorithm can be adjusted in many ways

  • Adjusting the threshold for classifying the adjacent surface as convex
  • Changing the radius used to classify the surface as convex
  • Including filtering functions
  • Using a weighted sphere window
  • Adding noise
  • Redefining adjacency

Here we see some adjustments

  • Threshold adjustments where only corner areas are classified as convex
  • outerFillet used in every iteration
3:18 - IN5590