Geometry3DOutput

Type Alias Geometry3DOutput 

Source
pub type Geometry3DOutput = Option<Rc<WithBounds3D<Geometry3D>>>;
Expand description

Geometry 3D type alias.

Aliased Type§

pub enum Geometry3DOutput {
    None,
    Some(Rc<WithBounds3D<Geometry3D>>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Rc<WithBounds3D<Geometry3D>>)

Some value of type T.