Curve start and end together?

I recall a new in V7 command which can be used to simultaneously mark with points the start and end of curves, but can’t recall the name or find any mention of it. Does anyone recall the name of the command or is my recollection flawed?

Hi David - ShowEnds, a sort of analysis mode like ShowEdges, is what comes to mind but that is in V6 as well. It does not drop a point object there though.

-Pascal

I was thinking of ShowEnds. Unfortunate that it does not also create points at the ends.

Hi David - in case this helps -

MarkCurveEnds.py (1.3 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

Pascal, thanks for the macro. Next is to make this a command in V8.

You can do a macro:
Crvstart crvend

Also Divide with Number of segments = 1 and MarkEnds=Yes.

1 Like