I know I can create a vertex on a curve using " create vert on curve" I would like to create 10 equally spaced vertices on a curve, so is there a way to do that?
Try this command:
create vertex on curve 1 segment 10
I have an issue with the IDs and want to create the vertices going the opposite direction. How do I have cubit create them going the opposite direction?
You’ll need to reverse the curve beforehand. Try this:
reset
brick x 1
curve 1 tangent opposite
create vertex on curve 1 segment 10