Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SetRange for closed Segment
#1
I want to run a CurvyGenerator to get a mesh on just the 'closed' part of a curve (what is filled in between the last and first CP's.
I'm using InputSplinePath.SetRange. However,

SetRange( null, null ) generates the whole mesh
SetRange( lastCP, null ) generates the whole mesh
SetRange( firstCP, null ) generates the whole mesh
SetRange( null, firstCP ) generates the whole mesh
SetRange( null, lastCP ) generates the whole mesh
SetRange( lastCP, firstCP ) generates the whole mesh with warning
SetRange( firstCP, lastCP ) generates all the mesh excluding the closed part
Reply


Messages In This Thread
SetRange for closed Segment - by tairoark - 06-12-2022, 06:45 PM
RE: SetRange for closed Segment - by _Aka_ - 06-13-2022, 04:02 PM
RE: SetRange for closed Segment - by tairoark - 06-14-2022, 09:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Filling a closed spline dynamically rickgplus 1 365 04-16-2025, 08:56 AM
Last Post: _Aka_
  Scaling a closed curve rickgplus 1 417 01-16-2025, 06:52 PM
Last Post: _Aka_
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 3 713 04-02-2024, 02:24 PM
Last Post: _Aka_
  Is there a way to extrude a bit past a spline segment? Lupos 1 347 05-09-2023, 09:55 AM
Last Post: _Aka_

Forum Jump: