MCPcopy Create free account
hub / github.com/Singular/Singular / getSurfCode_OnSystem

Method getSurfCode_OnSystem

Singular/LIB/surfex/SavePic.java:407–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405 }
406
407 public String getSurfCode_OnSystem() {
408
409 String surfCode = "";
410 if (_3d) {
411 surfCode += get3dCode_surf(2.0, 5.0, stereo_redGreen);
412 }
413 surfCode += getLampCode_surf(Lamps);
414 surfCode += surfcodePart1_OnSystem(dithered, filelocation);
415 // String surfCodePart1 = surfcodePart1_OnSystem(dithered,
416 // filelocation);
417
418 surfCode += surfcodePart2_OnSystem(dithered, filelocation, dpi);
419
420
421 return surfCode;
422 }
423
424 public String getSurfCodePart1(){
425 if (surfex_.configFrame.webPro.isSelected()) {

Callers 1

getSurfCodeMethod · 0.95

Calls 4

get3dCode_surfMethod · 0.95
getLampCode_surfMethod · 0.95

Tested by

no test coverage detected