Struct dxf::tables::View [] [src]

pub struct View {
    pub name: String,
    pub handle: u32,
    pub extension_data_groups: Vec<ExtensionGroup>,
    pub x_data: Vec<XData>,
    pub view_height: f64,
    pub view_center_point: Point,
    pub view_width: f64,
    pub view_direction: Vector,
    pub target_point: Point,
    pub lens_length: f64,
    pub front_clipping_plane: f64,
    pub back_clipping_plane: f64,
    pub twist_angle: f64,
    pub view_mode: i16,
    pub render_mode: ViewRenderMode,
    pub is_associated_ucs_present: bool,
    pub is_camera_plottable: bool,
    pub ucs_origin: Point,
    pub ucs_x_axis: Vector,
    pub ucs_y_axis: Vector,
    pub orthographic_view_type: OrthographicViewType,
    pub ucs_elevation: f64,
    // some fields omitted
}

Fields

Methods

impl View
[src]

[src]

Ensure all values are valid.

impl View
[src]

[src]

[src]

Trait Implementations

impl Default for View
[src]

[src]

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