Struct scad_generator::LinExtrudeParams
[−]
[src]
pub struct LinExtrudeParams { pub height: f32, pub center: bool, pub convexity: i32, pub twist: f32, pub slices: i32, }
Parameters for the linear extrude function.
These are in a struct because there are so many of them and most of them can have a default value.
Fields
height: f32
center: bool
convexity: i32
twist: f32
slices: i32
Trait Implementations
impl Clone for LinExtrudeParams
[src]
fn clone(&self) -> LinExtrudeParams
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Default for LinExtrudeParams
[src]
fn default() -> LinExtrudeParams
Returns the "default value" for a type. Read more