Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I have been creating splines for hull section shapes as below
And it's working fine except I need a horizontal constraint at the bottom of the hull, if I manually click and add the constraint it works fine as shown below
But of course I need to do this programatically .. so I have been experimenting like below
constraints = sketch.geometricConstraints
constraints.addHorizontalPoints(point)
but i can't seem to make it work ? if you have any pointers or suggestions it would be most appreciated, thx Khim
Solved! Go to Solution.