Struct dxf::tables::LineType [] [src]

pub struct LineType {
    pub name: String,
    pub handle: u32,
    pub extension_data_groups: Vec<ExtensionGroup>,
    pub x_data: Vec<XData>,
    pub description: String,
    pub alignment_code: i32,
    pub element_count: i32,
    pub total_pattern_length: f64,
    pub dash_dot_space_lengths: Vec<f64>,
    pub complex_line_type_element_types: Vec<i16>,
    pub shape_numbers: Vec<i16>,
    pub scale_values: Vec<f64>,
    pub rotation_angles: Vec<f64>,
    pub x_offsets: Vec<f64>,
    pub y_offsets: Vec<f64>,
    pub text_strings: Vec<String>,
    // some fields omitted
}

Fields

Methods

impl LineType
[src]

[src]

[src]

Trait Implementations

impl Default for LineType
[src]

[src]

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