Show more description of faces when they are selected.
[git-p4: depot-paths = "//depot/solvespace/": change = 1779]solver
parent
ccbda13a03
commit
dc15d667e3
|
@ -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;
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
point face distance constraint
|
||||
|
||||
STL check for meshes, and T intersection removal
|
||||
STL export
|
||||
|
|
Loading…
Reference in New Issue