SpaceCurveData

For general access to the Wolfram Knowledgebase, use entities of type SpaceCurve instead of SpaceCurveData.

SpaceCurveData[entity,property]

gives the value of the specified property for the space curve entity.

SpaceCurveData[{entity1,entity2,},property]

gives a list of property values for the specified space curve entities.

SpaceCurveData[entity,property,annotation]

gives the specified annotation associated with the given property.

Details

  • SpaceCurveData[] gives a list of all space curve entities.
  • SpaceCurveData["Properties"] gives a list of available properties.
  • SpaceCurveData["SampleEntities"] gives a list of sample entities.
  • The specified entity in SpaceCurveData 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
    "ArcLength"arc length
    "ArcLengthFunction"arc length function
    "AssociatedPeople"associated people
    "BinormalVector"binormal vector
    "Classes"classes
    "Curvature"curvature
    "Graphics3D"3D graphics expression
    "Image"image
    "ImplicitEquations"implicit equations
    "Name"name
    "NaturalParametricEquations"natural parametric equations
    "NormalVector"normal vector
    "Parameters"parameters
    "ParametricEquations"parametric equations
    "Period"period
    "TangentVector"tangent vector
    "Torsion"torsion
    "TotalCurvature"total curvature
    "VariableConstraints"variable constraints
    "VariableDescriptions"description of variables
    "Variables"variables
    "VectorLength"vector length

Examples

open allclose all

Basic Examples  (8)

Use for entity discovery:

Return a list of sample surface entities:

Find a parametric representation for a named space curve:

Display an image of a space curve:

Return people associated with a space curve:

Find properties of a space curve:

Find a list of sample entity classes of space curves:

Find space curves in a given class:

Properties & Relations  (2)

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

Evaluate SpaceCurveData with "Classes" argument:

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

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:

Interactive Examples  (1)

Visualize the Frenet frame for a space curve:

Neat Examples  (1)

Display a curve using Tube primitives:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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