Struct dxf::entities::DimensionBase [] [src]

pub struct DimensionBase {
    pub version: Version,
    pub block_name: String,
    pub definition_point_1: Point,
    pub text_mid_point: Point,
    pub dimension_type: DimensionType,
    pub attachment_point: AttachmentPoint,
    pub text_line_spacing_style: TextLineSpacingStyle,
    pub text_line_spacing_factor: f64,
    pub actual_measurement: f64,
    pub text: String,
    pub text_rotation_angle: f64,
    pub horizontal_direction_angle: f64,
    pub normal: Vector,
    pub dimension_style_name: String,
    pub is_block_reference_referenced_by_this_block_only: bool,
    pub is_ordinate_x_type: bool,
    pub is_at_user_defined_location: bool,
}

Fields

Trait Implementations

impl Clone for DimensionBase
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DimensionBase
[src]

Formats the value using the given formatter.

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

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