SolidData

For general access to the Wolfram Knowledgebase, use entities of type Solid instead of SolidData.

SolidData[entity,property]

gives the value of the specified property for the solid entity.

SolidData[{entity1,entity2,},property]

gives a list of property values for the specified solid entities.

SolidData[entity,property,annotation]

gives the specified annotation associated with the given property.

Details

  • SolidData[] gives a list of all solid entities.
  • SolidData["Properties"] gives a list of available properties.
  • SolidData["SampleEntities"] gives a list of sample entities.
  • The specified entity in SolidData can be an Entity, EntityClass, entity canonical name, or list thereof.
  • The specified property can be an EntityProperty, EntityPropertyClass, property canonical name, or list of properties.
  • Properties that do not apply or are not known in a particular case are indicated by Missing[].
  • Properties include:
  • "AlternateNames"alternate names
    "AssociatedPeople"associated people
    "Boundary"boundary
    "BoundaryMeshRegion"boundary mesh representation
    "BoundarySurface"boundary surface
    "BoundingBox"corners of bounding box
    "Centroid"centroid
    "Circumcenter"circumcenter
    "Circumdiameter"circumdiameter
    "Circumradius"circumradius
    "Circumsphere"circumsphere
    "Classes"classes
    "Concave"concave
    "ConstantWidth"constant width
    "Convex"convex
    "ConvexityCoefficient"convexity coefficient
    "CrossSections"cross sections
    "FaceCount"face count
    "GeneralizedDiameter"generalized diameter
    "Graphics3D"3D graphics expression
    "Height"height
    "Hexahedron"hexahedron
    "Image"image
    "ImplicitRegion"implicit region
    "Incenter"incenter
    "Inequalities"inequalities
    "InertiaTensor"moment of inertia tensor
    "Inradius"inradius
    "Insphere"insphere
    "LateralSurfaceArea"lateral surface area
    "LineSegmentLengthCDF"CDF of lengths
    "LineSegmentLengthMean"mean line segment length
    "LineSegmentLengthPDF"PDF of lengths
    "MeanCylindricalRadius"mean cylindrical radius
    "MeanSphericalRadius"mean spherical radius
    "MeanSquareCylindricalRadius"mean square cylindrical radius
    "MeanSquareSphericalRadius"mean square spherical radius
    "MeshRegion"mesh representation
    "Name"name
    "Parallelepiped"parallelepiped
    "Parameters"parameters
    "ParametricRegion"parametric region
    "Polyhedron"polyhedron
    "RealWorldExamples"real-world examples
    "Region"region
    "RegularPolyhedron"regular polyhedron
    "RelatedWolframLanguageSymbols"related symbols in the Wolfram Language
    "SlantHeight"slant height
    "SolidOfRevolution"solid of revolution
    "SportObjects"sport objects of given shape
    "SurfaceArea"surface area
    "TetrahedronVolumeMean"mean volume of randomly picked tetrahedron
    "TriangleAreaCDF"CDF of randomly picked triangle area
    "TriangleAreaMean"mean area of randomly picked triangle
    "TriangleAreaPDF"PDF of randomly picked triangle area
    "VariableConstraints"variable constraints
    "VariableDescriptions"description of variables
    "Variables"variables
    "VertexCount"vertex count
    "Vertices"vertices
    "Volume"volume

Examples

open allclose all

Basic Examples  (10)

Use for entity discovery:

Return a list of sample solid entities:

Use to discover properties of a solid:

Display an image of a solid:

Find properties of a solid:

Return people associated with a solid:

Create a table of variables determining the shape of a solid, together with their descriptions:

Find a list of sample entity classes of solids:

Find solids in a given class:

Give a geometric region corresponding to a cylindrical half-shell:

Discretize and visualize the region:

Give an implicit geometric region corresponding to a solid torus:

Discretize and visualize the implicit region:

Properties & Relations  (2)

Using SolidData is equivalent to calling EntityValue on the corresponding entity and property:

Evaluate SolidData with "Classes" argument:

The above is equivalent to evaluating EntityClassList of the entity type "Solid":

Possible Issues  (1)

Entity classes cannot be given as bare strings:

Specifying an explicit EntityClass works as intended:

This is equivalent to calling EntityList on the EntityClass:

Wolfram Research (2014), SolidData, Wolfram Language function, https://reference.wolfram.com/language/ref/SolidData.html (updated 2019).

Text

Wolfram Research (2014), SolidData, Wolfram Language function, https://reference.wolfram.com/language/ref/SolidData.html (updated 2019).

CMS

Wolfram Language. 2014. "SolidData." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/SolidData.html.

APA

Wolfram Language. (2014). SolidData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SolidData.html

BibTeX

@misc{reference.wolfram_2023_soliddata, author="Wolfram Research", title="{SolidData}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/SolidData.html}", note=[Accessed: 18-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_soliddata, organization={Wolfram Research}, title={SolidData}, year={2019}, url={https://reference.wolfram.com/language/ref/SolidData.html}, note=[Accessed: 18-March-2024 ]}