Show more description of faces when they are selected.

[git-p4: depot-paths = "//depot/solvespace/": change = 1779]
solver
Jonathan Westhues 2008-06-06 01:14:25 -08:00
parent ccbda13a03
commit dc15d667e3
3 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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:

View File

@ -1,5 +1,4 @@
point face distance constraint
STL check for meshes, and T intersection removal
STL export