I am new to Rhino and I keep getting stuck on this. I am modeling some wires which I made with a 1 rail sweep. I want to shorten the ends of some of them. I did it earlier, but now I can’t repeat them move. Sometimes the points just appear and allow me to edit, sometimes they’re not available. How do I access them when I need them and hide them when I don’t?
1 Like
Hi Leah -
Without a 3dm file, or at least a picture, we are just speculating, but it sounds like you are aware of the PointsOn
command to turn on the points of a surface. When that command doesn’t work, it’s likely because the object that you have created is not a single surface but a polysurface. In this case, the command line will print “Cannot turn on points for polysurfaces”. You could use the SolidPtOn
command, or look into the structure of the input curve and see if that can be simplified to then result in a single surface.
-wim
1 Like