Vertical surface with lines using psSolid
up vote
2
down vote
favorite
I’m trying to put a line on a top of this surface (like the red one but on the top of the surface). Here it is the code:
documentclass[a4paper,pstricks,11pt]{report}
usepackage{amssymb}
usepackage{latexsym}
usepackage{amsmath}
usepackage[usenames]{color}
usepackage{pst-solides3d}
begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,function=line,r=0,action=draw]
end{pspicture}
end{document}

pstricks 3d pst-solides3d
New contributor
Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
2
down vote
favorite
I’m trying to put a line on a top of this surface (like the red one but on the top of the surface). Here it is the code:
documentclass[a4paper,pstricks,11pt]{report}
usepackage{amssymb}
usepackage{latexsym}
usepackage{amsmath}
usepackage[usenames]{color}
usepackage{pst-solides3d}
begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,function=line,r=0,action=draw]
end{pspicture}
end{document}

pstricks 3d pst-solides3d
New contributor
Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Please include a fully compilable MWE for easy-of-use.
– Raaja
Nov 26 at 10:12
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I’m trying to put a line on a top of this surface (like the red one but on the top of the surface). Here it is the code:
documentclass[a4paper,pstricks,11pt]{report}
usepackage{amssymb}
usepackage{latexsym}
usepackage{amsmath}
usepackage[usenames]{color}
usepackage{pst-solides3d}
begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,function=line,r=0,action=draw]
end{pspicture}
end{document}

pstricks 3d pst-solides3d
New contributor
Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I’m trying to put a line on a top of this surface (like the red one but on the top of the surface). Here it is the code:
documentclass[a4paper,pstricks,11pt]{report}
usepackage{amssymb}
usepackage{latexsym}
usepackage{amsmath}
usepackage[usenames]{color}
usepackage{pst-solides3d}
begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,function=line,r=0,action=draw]
end{pspicture}
end{document}

pstricks 3d pst-solides3d
pstricks 3d pst-solides3d
New contributor
Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Nov 26 at 10:37
Herbert
266k23405715
266k23405715
New contributor
Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 26 at 10:11
Carl
112
112
New contributor
Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Please include a fully compilable MWE for easy-of-use.
– Raaja
Nov 26 at 10:12
add a comment |
1
Please include a fully compilable MWE for easy-of-use.
– Raaja
Nov 26 at 10:12
1
1
Please include a fully compilable MWE for easy-of-use.
– Raaja
Nov 26 at 10:12
Please include a fully compilable MWE for easy-of-use.
– Raaja
Nov 26 at 10:12
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
documentclass{minimal}
usepackage{pst-solides3d}
begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,
ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,
transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
defFunction[algebraic]{lineB}(t){3*cos(t)}{3*sin(t)}{3+2.5*cos(t)*sin(t)}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=blue,
function=lineB,r=0,action=draw]
end{pspicture}
end{document}

Many thanks! Regards.
– Carl
Nov 26 at 10:37
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
documentclass{minimal}
usepackage{pst-solides3d}
begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,
ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,
transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
defFunction[algebraic]{lineB}(t){3*cos(t)}{3*sin(t)}{3+2.5*cos(t)*sin(t)}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=blue,
function=lineB,r=0,action=draw]
end{pspicture}
end{document}

Many thanks! Regards.
– Carl
Nov 26 at 10:37
add a comment |
up vote
1
down vote
documentclass{minimal}
usepackage{pst-solides3d}
begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,
ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,
transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
defFunction[algebraic]{lineB}(t){3*cos(t)}{3*sin(t)}{3+2.5*cos(t)*sin(t)}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=blue,
function=lineB,r=0,action=draw]
end{pspicture}
end{document}

Many thanks! Regards.
– Carl
Nov 26 at 10:37
add a comment |
up vote
1
down vote
up vote
1
down vote
documentclass{minimal}
usepackage{pst-solides3d}
begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,
ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,
transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
defFunction[algebraic]{lineB}(t){3*cos(t)}{3*sin(t)}{3+2.5*cos(t)*sin(t)}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=blue,
function=lineB,r=0,action=draw]
end{pspicture}
end{document}

documentclass{minimal}
usepackage{pst-solides3d}
begin{document}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint}
psset{opacity=0.7,grid}
pstVerb{
/mytransform {
3 dict begin
/z exch def
/y exch def
/x exch def
z 2 lt {
x y z
} {
x y x y add
z min
} ifelse
%
end
} def
}
defFunction[algebraic]{cyl}(u,v){3*cos(v)}{3*sin(v)}{u}
psSolid[object=surfaceparametree,base=0 7 0 pi 2 div,
ngrid=20 25,incolor=orange!70,linewidth=0,function=cyl,
transform=mytransform,name=cyl,action=none]
psSolid[object=fusion,base=cyl,action=draw**]
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](3,3,2.83)(6,5,6)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
defFunction[algebraic]{lineB}(t){3*cos(t)}{3*sin(t)}{3+2.5*cos(t)*sin(t)}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=blue,
function=lineB,r=0,action=draw]
end{pspicture}
end{document}

answered Nov 26 at 10:35
Herbert
266k23405715
266k23405715
Many thanks! Regards.
– Carl
Nov 26 at 10:37
add a comment |
Many thanks! Regards.
– Carl
Nov 26 at 10:37
Many thanks! Regards.
– Carl
Nov 26 at 10:37
Many thanks! Regards.
– Carl
Nov 26 at 10:37
add a comment |
Carl is a new contributor. Be nice, and check out our Code of Conduct.
Carl is a new contributor. Be nice, and check out our Code of Conduct.
Carl is a new contributor. Be nice, and check out our Code of Conduct.
Carl is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461799%2fvertical-surface-with-lines-using-pssolid%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Please include a fully compilable MWE for easy-of-use.
– Raaja
Nov 26 at 10:12