Changeset 81
- Timestamp:
- 07/08/08 15:34:52 (5 months ago)
- Files:
-
- trunk/solides.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/solides.pro
r80 r81 10605 10605 dup ngrid planputngrid 10606 10606 } if 10607 tx@Dict /solidname known {10607 tx@Dict /solidname known { 10608 10608 solidname cvlit exch bind def 10609 10609 tx@Dict /solidname undef … … 10612 10612 } ifelse 10613 10613 } def 10614 /pst-plan- {pst-plan-plantype} def 10615 10616 %x0 y0 z0 [normalvect] norm2plan 10617 /pst-plan-plantype { 10618 dup plan2eq /eqpl@n exch def 10619 /plan-@k true def 10620 } def 10614 10621 10615 10622 /pst-plan { … … 10617 10624 args (pst-plan-) definition append cvx exec 10618 10625 /pl@n-en-cours true def 10619 plan-@k not { 10626 definition length 0 ne { 10627 % plan-@k not { 10620 10628 dup 10621 10629 base 0 get base 1 get lt … … 10623 10631 base 10624 10632 } { 10625 [- 2 2 -2 2]10633 [-3 3 -2 2] %pop base %aload pop boum 10626 10634 } ifelse 10627 10635 planputrange … … 10629 10637 dup origin planputorigine 10630 10638 } if 10639 CX isreal 10640 CX 0 eq and 10641 CY isreal and 10642 CY 0 eq and 10643 CZ isreal and 10644 CZ 0 eq and not { 10645 dup CX CY CZ planputorigine 10646 } if 10647 /CX 0. def 10648 /CY 0. def 10649 /CZ 0. def 10631 10650 ngrid length 0 ne { 10632 10651 dup ngrid planputngrid … … 10636 10655 dup phi rotateplan 10637 10656 /l@pl@n exch def 10657 tx@Dict /solidname known { 10658 l@pl@n solidname cvlit exch bind def 10659 /solidname solidname (_s) append store 10660 } if 10638 10661 l@pl@n newplan 10639 10662 gere_pstricks_opt … … 10642 10665 % noir 10643 10666 l@pl@n RotX RotY RotZ rotateOplan 10644 l@pl@n CX CY CZ plantranslate10667 % l@pl@n CX CY CZ plantranslate 10645 10668 fontsize setfontsize 10646 10669 setTimes … … 10651 10674 } def 10652 10675 10653 /pst-plan- {pst-plan-plantype} def10654 10655 %x0 y0 z0 [normalvect] norm2plan10656 /pst-plan-plantype {10657 dup plan2eq /eqpl@n exch def10658 /plan-@k true def10659 } def10660 10676 10661 10677 /pst-plan-normalpoint {
