Show "Hidden" Points?
- 
 Hi, For some reason I have hidden points. I can confirm that they are hidden because GetPointHreturns 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 visibilitystate but I can't seem to find that state in theBaseSelectdocumentation. 
- 
 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! 
 
