我有由ContourPlot3D
產生的3D表面的Mesh
線呈現的問題在數學7.0.1:重疊網格線在ContourPlot3D
p=ContourPlot3D[x^4+y^4+z^4-(x^2+y^2+z^2)^2+3(x^2+y^2+z^2)==3,
{x, -2,2}, {y, -2, 2}, {z,-2,2},
BoundaryStyle->Directive[Black,Thickness[.003]],
ContourStyle->Directive[Orange,Opacity[0.5],Specularity[White,300]],
PlotPoints->90,Ticks->None,
MeshStyle->Directive[GrayLevel[.7],Thickness[.001]],
Lighting->{{"Directional",RGBColor[1,1,1],
{[email protected]{1,0,1},[email protected]{0,0,0}}}}];
p=Graphics[Inset[p,{0,0},Center,{1,1}],
PlotRange->{{-.5,.5},{-.5,.5}},Frame->True]
仔細看它們:
Show[p, PlotRange -> {{-.16, -.05}, {0, .1}}]
您會發現灰色線條Mesh
在許多地方都與表面形成三角形重疊,甚至看起來虛線。有沒有辦法避免這種情況?
感謝您的提問和回答這一點。 +2 –