Struct dxf::entities::Helix [] [src]

pub struct Helix {
    pub major_release_number: i32,
    pub maintainence_release_number: i32,
    pub axis_base_point: Point,
    pub start_point: Point,
    pub axis_vector: Vector,
    pub radius: f64,
    pub number_of_turns: f64,
    pub turn_height: f64,
    pub is_right_handed: bool,
    pub constraint: HelixConstraint,
}

Fields

Trait Implementations

impl Clone for Helix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Helix
[src]

Formats the value using the given formatter.

impl PartialEq for Helix
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Helix
[src]

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