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 allBasic Examples (10)
Return a list of sample solid entities:
Use to discover 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:
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:
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:
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