Enum dae_parser::GeometryElement [−][src]
Expand description
An element that describes geometric data.
Variants
ConvexHullOf(Url)
Tuple Fields
0: Url
The parameter is a URI string of a Geometry
, and this element
describes the convex hull of the specified mesh.
Mesh(Mesh)
Tuple Fields
0: Mesh
A mesh or convex mesh.
Spline(Spline)
Tuple Fields
0: Spline
A multisegment spline.
Implementations
Parse a GeometryElement
from an XML element.
The sources
field, which gives the list of Source
elements on this element.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GeometryElement
impl Send for GeometryElement
impl Sync for GeometryElement
impl Unpin for GeometryElement
impl UnwindSafe for GeometryElement
Blanket Implementations
Mutably borrows from an owned value. Read more