diff --git a/drawentity.cpp b/drawentity.cpp index c984dfb..de3c0f3 100644 --- a/drawentity.cpp +++ b/drawentity.cpp @@ -145,6 +145,7 @@ void Entity::DrawOrGetDistance(void) { case POINT_IN_3D: case POINT_IN_2D: { Vector v = PointGetNum(); + dogd.refp = v; if(dogd.drawing) { double s = 3.5; diff --git a/textwin.cpp b/textwin.cpp index 70ec54a..d4a682d 100644 --- a/textwin.cpp +++ b/textwin.cpp @@ -318,6 +318,10 @@ void TextWindow::DescribeSelection(void) { case Entity::FACE_XPROD: case Entity::FACE_N_ROT_TRANS: Printf(false, "%FtPLANE FACE%E"); + p = e->FaceGetPointNum(); + Printf(true, " through = " PT_AS_STR, COP); + p = e->FaceGetNormalNum(); + Printf(false, " normal = " PT_AS_STR, COP); break; default: diff --git a/wishlist.txt b/wishlist.txt index ce3ee54..5e843c4 100644 --- a/wishlist.txt +++ b/wishlist.txt @@ -1,5 +1,4 @@ -point face distance constraint STL check for meshes, and T intersection removal STL export