Geometry3DOutput

Type Alias Geometry3DOutput 

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

Geometry 3D type alias.

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Rc<Geometry3D>)

Some value of type T.