LaminaData

For general access to the Wolfram Knowledgebase, use entities of type Lamina instead of LaminaData.

LaminaData[entity,property]

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

LaminaData[{entity1,entity2,},property]

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

LaminaData[entity,property,annotation]

gives the specified annotation associated with the given property.

Details

  • LaminaData[] gives a list of all lamina entities.
  • LaminaData["Properties"] gives a list of available properties.
  • LaminaData["SampleEntities"] gives a list of sample entities.
  • The specified entity in LaminaData 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
    "AngleCount"number of angles
    "Apothem"apothem
    "Area"area
    "AreaMomentOfInertiaTensor"area moment of inertia tensor
    "AreaMomentOfInertiaXX"area moment of inertia about the axis
    "AreaMomentOfInertiaXY"product moment of inertia
    "AreaMomentOfInertiaYY"area moment of inertia about the axis
    "AreaMomentOfInertiaZZ"polar moment of inertia
    "AssociatedEntities"associated entities
    "AssociatedPeople"associated people
    "Boundary"boundary
    "BoundaryCurve"boundary curve
    "BoundaryDiagram"boundary diagram
    "BoundaryMeshRegion"boundary mesh representation
    "BoundingBox"corners of bounding box
    "Centroid"centroid
    "Circumcenter"circumcenter
    "CircumcenterOfMass"circumcenter of mass
    "Circumcircle"circumcircle
    "Circumdiameter"circumdiameter
    "Circumradius"circumradius
    "Classes"classes
    "ConvexityCoefficient"convexity coefficient
    "DiagonalCount"number of diagonals
    "DiagonalizedAreaMomentOfInertiaTensor"diagonalized area moment of inertia tensor
    "DiagonalLengths"diagonal lengths
    "Diagram"diagram
    "EdgeCount"number of edges
    "EdgeLengths"side lengths
    "GeneralizedDiameter"generalized diameter
    "Graphics"graphics expression
    "Height"height
    "HoleCount"number of holes
    "Hypotenuse"hypotenuse
    "Image"image
    "ImplicitRegion"implicit region
    "Incenter"incenter
    "Incircle"incircle
    "Inequalities"defining inequalities
    "Inradius"inradius
    "InteriorAngles"interior angles
    "InteriorAngleSum"interior angle sum
    "LineOfSymmetryCount"number of lines of symmetry
    "LineSegmentLengthCDF"CDF of lengths
    "LineSegmentLengthMean"mean line segment length
    "LineSegmentLengthPDF"PDF of lengths
    "MajorAxis"major axis length (major diameter)
    "MinorAxis"minor axis length (minor diameter)
    "MeshRegion"mesh representation
    "Name"name
    "Parameters"parameters
    "Perimeter"perimeter
    "RadiiOfGyration"radii of gyration about coordinate axes
    "RadiusOfGyrationX"radius of gyration about the axis
    "RadiusOfGyrationY"radius of gyration about the axis
    "RealWorldExamples"real-world examples
    "Region"region
    "RelatedWolframLanguageSymbols"related symbols in the Wolfram Language
    "RightAngleCount"number of internal right angles
    "Sagitta"sagitta
    "SectionModuli"section moduli
    "SectionModulusX"section modulus about the axis
    "SectionModulusY"section modulus about the axis
    "SemimajorAxis"semimajor axis length (major radius)
    "SemiminorAxis"semiminor axis length (minor radius)
    "SportObjects"sport objects of given shape
    "TorsionalRigidityMultiplier"torsional rigidity multiplier for solid bar
    "TriangleAreaCDF"CDF of triangle areas
    "TriangleAreaMean"mean triangle area
    "TriangleAreaPDF"PDF of triangle areas
    "TriangulationCount"number of triangulations
    "VariableConstraints"variable constraints
    "VariableDescriptions"variable descriptions
    "Variables"variables
    "VertexCount"number of vertices
    "Vertices"vertices

Examples

open allclose all

Basic Examples  (11)

Use for entity discovery:

Return a list of sample lamina entities:

Use to discover properties of a lamina:

Display a diagram of a lamina:

Find the properties of a lamina:

Return people associated with a lamina:

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

Find classes of lamina:

Find lamina in a given class:

Diagrams and equations of area for a class of lamina:

Give a geometric region corresponding to an annulus:

Discretize and visualize the region:

Give an implicit geometric region corresponding to a square I-beam:

Discretize and visualize the implicit region:

Properties & Relations  (2)

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

Evaluate LaminaData with "Classes" argument:

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

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:

Neat Examples  (1)

Draw a lamina together with its incircle and circumcircle:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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