nbarnes
(Nathan)
December 18, 2019, 8:11pm
1
Is there an easy way to get the distance between 2 parrallel planer surfaces?
The way i have done this is to get a line normal to one surface and draw it out to the second surface and then measure the line.
any other good ways of getting this?
Thanks!
pascal
(Pascal Golay)
December 18, 2019, 8:54pm
2
I don’t know about ‘good’ exactly -
! Cplane Object pause Cplane Rotate Y 90 Dim
Pause Pause Pause CPlane Undo CPlane Undo
-Pascal
Quickie script?
DistTwoParallelSrfs.py (1.9 KB)
2 Likes
pascal
(Pascal Golay)
December 18, 2019, 10:17pm
4
Oh - I was thinking a dimension was needed - looks like not…
maybe a more general clearance tool might be good, then it does not depend on planarity.
Clearance.py (1.3 KB)
-Pascal
2 Likes
I use ClosestPt command wth CreateLine option, or Line command with Normal option. Both commands work an all surfaces, including curved ones, and give me assurance that I measured the distance in the correct spot.
2 Likes