Skip to main content

LinearExtrudeObject

Trait LinearExtrudeObject 

Source
pub trait LinearExtrudeObject: Object {
    // Provided method
    fn linear_extrude<T: Number>(self, height: T) -> LinearExtrude<Self>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn linear_extrude<T: Number>(self, height: T) -> LinearExtrude<Self>
where Self: Sized,

Implementors§