Guest User

Untitled

a guest
Apr 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. documentclass{standalone}
  2. usepackage[T1]{fontenc}
  3. usepackage[utf8]{inputenc}
  4. usepackage[ngerman]{babel}
  5. usepackage{pst-all}
  6. usepackage{pst-3dplot}
  7.  
  8. begin{document}
  9.  
  10. psset{coorType=2,Alpha=90}
  11. begin{pspicture}[showgrid=false](-1.5,-1.5)(5.5,3.1)
  12. pstThreeDLine[linewidth=0.5pt,linecolor=black,linestyle=dashed](2,0,0)(0,0,0)(0,0,3)
  13. pstThreeDLine[linewidth=0.5pt,linecolor=black,linestyle=dashed](0,0,0)(0,5,0)
  14. pstThreeDTriangle[fillstyle=solid,fillcolor=red!40,linewidth=0.2pt,linecolor=red,opacity=0.6](2,0,0)(0,0,1.5)(0,5,0)
  15. pstThreeDLine[linewidth=0.8pt,linecolor=black,linestyle=solid](2,0,0)(2,5,0)(0,5,0)(0,5,3)(2,5,3)(2,0,3)(2,0,0)
  16. pstThreeDLine[linewidth=0.8pt,linecolor=black,linestyle=solid](2,5,0)(2,5,3)
  17. pstThreeDLine[linewidth=0.8pt,linecolor=black,linestyle=solid](2,0,3)(0,0,3)(0,5,3)
  18. uput{0.1cm}[225](-1,-1){$A$}
  19. uput{0.1cm}[180](0,1.5){$B$}
  20. uput{0.1cm}[0](5,0){$C$}
  21. rput[c](1.5,-1.2){$a$}
  22. rput[l](4.6,-0.6){$b$}
  23. rput[l](5.1,1.5){$c$}
  24. ThreeDput[normal=7.5 3 10](0,0,1.5){
  25. psarc{-}(0,0){0.4}{0}{80}
  26. }
  27. end{pspicture}
  28.  
  29. end{document}
Add Comment
Please, Sign In to add comment