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 theBaseSelect
documentation. -
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 -
RE: This might happen if you changed
Yep yep this is what I'm currently doing. heheAnyhow, your code works.
Thanks!