Enum dae_parser::GeometryElement [−][src]
Expand description
An element that describes geometric data.
Variants
ConvexHullOf(Url)
Tuple Fields
0: UrlThe parameter is a URI string of a Geometry, and this element
describes the convex hull of the specified mesh.
Mesh(Mesh)
Tuple Fields
0: MeshA mesh or convex mesh.
Spline(Spline)
Tuple Fields
0: SplineA 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