Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

DrawingTools

Guides

  • DrawingTools

Tech Notes

  • Testing for Points on Border or Interior of a Polygon

Symbols

  • Arrow3D
  • ArrowCylinder
  • ArrowSlab
  • ConicSurface
  • EmptyRectangle
  • HollowCylinder
  • HollowPillar
  • InPolygonQ
  • LineToCable
  • OnBoundaryQ
  • Patches
  • Pillar
  • Pyramid3D
  • Spin3D
  • SpinningTop
  • StackGraphics
  • StringToCurves
  • StringToPolygons
  • Wiggly
QuantumMob`DrawingTools`
ConicSurface
​
ConicSurface
[{{
x
1
,
y
1
,
z
1
},{
x
2
,
y
2
,
z
2
}},r,{
t
1
,
t
2
}]
generates the surface of a cone with a base of radius
r
centered at
{
x
1
,
y
1
,
z
1
}
and a tip at
{
x
2
,
y
2
,
z
2
}
spanning from
t
1
to
t
2
of the total height.
​
​
ConicSurface
[{{
x
1
,
y
1
,
z
1
},{
x
2
,
y
2
,
z
2
}},r]
is equivalent to
Cone
[{{
x
1
,
y
1
,
z
1
},{
x
2
,
y
2
,
z
2
}},r]
​
​
ConicSurface
[{{
x
1
,
y
1
,
z
1
},{
x
2
,
y
2
,
z
2
}]
is equivalent to
Cone
[{{
x
1
,
y
1
,
z
1
},{
x
2
,
y
2
,
z
2
}}]
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
In[1]:=
aa=
ConicSurface
[{{0,0,0},{1,1,1}},1,{0.2,0.4},"Patches"200];​​bb=Cone[{{0,0,0},{1,1,1}},0.5];​​Graphics3D[{Blue,aa,Red,bb}]
Out[1]=
SeeAlso
Cone
 
▪
Patches
RelatedGuides
▪
DrawingTools Package
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com