pub type Geometry3DOutput = Option<Rc<WithBounds3D<Geometry3D>>>;Expand description
Geometry 3D type alias.
Aliased Type§
pub enum Geometry3DOutput {
None,
Some(Rc<WithBounds3D<Geometry3D>>),
}pub type Geometry3DOutput = Option<Rc<WithBounds3D<Geometry3D>>>;Geometry 3D type alias.
pub enum Geometry3DOutput {
None,
Some(Rc<WithBounds3D<Geometry3D>>),
}