Solved Show "Hidden" Points?

Hi,

For some reason I have hidden points. I can confirm that they are hidden because GetPointH returns a value.

Ultimately, I want all points to be connected.
Is this possible?

P.S. In this thread, it says I can do it through the visibility state but I can't seem to find that state in the BaseSelect documentation.

hidden_points_gif.gif

hidden_points_spline.c4d

Hi,

your segment tag do not include those points. You must update it.

op.SetSegment(0, 16, False)

Of course, if you want more than one segments, you must provide the right code.

This might happen if you changed the point count without updating the segments or defining them.

Cheers,
Manuel

MAXON SDK Specialist

MAXON Registered Developer

@Manuel

RE: This might happen if you changed
Yep yep this is what I'm currently doing. hehe

Anyhow, your code works.

Thanks!