Enum scad_generator::CircleType [] [src]

pub enum CircleType {
    Radius(f32),
    Diameter(f32),
}

Since scad allows creation of circle like objects using either radius or diameter, this enum specifies which format to use

Variants

Trait Implementations

impl Clone for CircleType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more