Dear Coreform team,
I am creating a curve using this command: create curve vert … spline
However, the first and last vertexes at the two ends are connected (as in the attached figure below). How can I ask cubit to skip connecting the first and last vertexes?
What I am seeing is that in the form you are using, it is assuming the first and last points are given first. The correct form of the command in that case would be create curve vertex 1 100 2 to 99 spline
This is a documentation error. It does not state that the start vertex and end vertex should be listed first. Prefer the command syntax used by the GUI, `create curve spline vertex <id_list>.