Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So, I need to test if 2 sketchPoints lay on top of eachother in a sketch. Say the sketch points are sp1 and sp2
First, I make a point 3d object
p1 = sp1.geometry
p2 = sp2.geometry
Then compare the cooridnates
is |p1.x - p2.x| < smallNumber and |p1.y - p2.y| < smallNumber
The question is how small does small number have to be? Or is there an entirely better way of doing this?
21st Century Woodworking
-Blending 21st Century Woodworking with Old World Skill
-Blending 21st Century Woodworking with Old World Skill
Solved! Go to Solution.