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

Trait Implementations

impl Clone for LinExtrudeParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LinExtrudeParams
[src]

Returns the "default value" for a type. Read more

impl ScadType for LinExtrudeParams
[src]