Struct dxf::entities::Polyline [] [src]

pub struct Polyline {
    pub contains_vertices: bool,
    pub location: Point,
    pub thickness: f64,
    pub flags: i32,
    pub default_starting_width: f64,
    pub default_ending_width: f64,
    pub polygon_mesh_m_vertex_count: i32,
    pub polygon_mesh_n_vertex_count: i32,
    pub smooth_surface_m_density: i32,
    pub smooth_surface_n_density: i32,
    pub surface_type: PolylineCurvedAndSmoothSurfaceType,
    pub normal: Vector,
    pub vertices: Vec<Vertex>,
}

Fields

Methods

impl Polyline
[src]

Trait Implementations

impl Clone for Polyline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Polyline
[src]

Formats the value using the given formatter.

impl PartialEq for Polyline
[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 Polyline
[src]

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